MachineLearning
import { MachineLearning } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/machinelearning.ts";class MachineLearning { }
constructor(apiFactory: client.ApiFactory);
async createBatchPrediction(params: CreateBatchPredictionInput, opts?: client.RequestOptions): Promise<CreateBatchPredictionOutput>;
async createDataSourceFromRDS(params: CreateDataSourceFromRDSInput, opts?: client.RequestOptions): Promise<CreateDataSourceFromRDSOutput>;
async createDataSourceFromRedshift(params: CreateDataSourceFromRedshiftInput, opts?: client.RequestOptions): Promise<CreateDataSourceFromRedshiftOutput>;
async createDataSourceFromS3(params: CreateDataSourceFromS3Input, opts?: client.RequestOptions): Promise<CreateDataSourceFromS3Output>;
async createEvaluation(params: CreateEvaluationInput, opts?: client.RequestOptions): Promise<CreateEvaluationOutput>;
async createMLModel(params: CreateMLModelInput, opts?: client.RequestOptions): Promise<CreateMLModelOutput>;
async createRealtimeEndpoint(params: CreateRealtimeEndpointInput, opts?: client.RequestOptions): Promise<CreateRealtimeEndpointOutput>;
async deleteBatchPrediction(params: DeleteBatchPredictionInput, opts?: client.RequestOptions): Promise<DeleteBatchPredictionOutput>;
async deleteDataSource(params: DeleteDataSourceInput, opts?: client.RequestOptions): Promise<DeleteDataSourceOutput>;
async deleteEvaluation(params: DeleteEvaluationInput, opts?: client.RequestOptions): Promise<DeleteEvaluationOutput>;
async deleteMLModel(params: DeleteMLModelInput, opts?: client.RequestOptions): Promise<DeleteMLModelOutput>;
async deleteRealtimeEndpoint(params: DeleteRealtimeEndpointInput, opts?: client.RequestOptions): Promise<DeleteRealtimeEndpointOutput>;
async describeBatchPredictions(params?: DescribeBatchPredictionsInput, opts?: client.RequestOptions): Promise<DescribeBatchPredictionsOutput>;
async describeDataSources(params?: DescribeDataSourcesInput, opts?: client.RequestOptions): Promise<DescribeDataSourcesOutput>;
async describeEvaluations(params?: DescribeEvaluationsInput, opts?: client.RequestOptions): Promise<DescribeEvaluationsOutput>;
async describeMLModels(params?: DescribeMLModelsInput, opts?: client.RequestOptions): Promise<DescribeMLModelsOutput>;
async describeTags(params: DescribeTagsInput, opts?: client.RequestOptions): Promise<DescribeTagsOutput>;
async getBatchPrediction(params: GetBatchPredictionInput, opts?: client.RequestOptions): Promise<GetBatchPredictionOutput>;
async getDataSource(params: GetDataSourceInput, opts?: client.RequestOptions): Promise<GetDataSourceOutput>;
async getEvaluation(params: GetEvaluationInput, opts?: client.RequestOptions): Promise<GetEvaluationOutput>;
async updateBatchPrediction(params: UpdateBatchPredictionInput, opts?: client.RequestOptions): Promise<UpdateBatchPredictionOutput>;
async updateDataSource(params: UpdateDataSourceInput, opts?: client.RequestOptions): Promise<UpdateDataSourceOutput>;
async updateEvaluation(params: UpdateEvaluationInput, opts?: client.RequestOptions): Promise<UpdateEvaluationOutput>;
async updateMLModel(params: UpdateMLModelInput, opts?: client.RequestOptions): Promise<UpdateMLModelOutput>;
async waitForBatchPredictionAvailable(params: DescribeBatchPredictionsInput, opts?: client.RequestOptions): Promise<DescribeBatchPredictionsOutput>;
async waitForDataSourceAvailable(params: DescribeDataSourcesInput, opts?: client.RequestOptions): Promise<DescribeDataSourcesOutput>;
async waitForEvaluationAvailable(params: DescribeEvaluationsInput, opts?: client.RequestOptions): Promise<DescribeEvaluationsOutput>;
async waitForMLModelAvailable(params: DescribeMLModelsInput, opts?: client.RequestOptions): Promise<DescribeMLModelsOutput>;
§Constructors
§
new MachineLearning(apiFactory: client.ApiFactory)
[src]§Methods
§
createBatchPrediction(params: CreateBatchPredictionInput, opts?: client.RequestOptions): Promise<CreateBatchPredictionOutput>
[src]§
createDataSourceFromRDS(params: CreateDataSourceFromRDSInput, opts?: client.RequestOptions): Promise<CreateDataSourceFromRDSOutput>
[src]§
createDataSourceFromRedshift(params: CreateDataSourceFromRedshiftInput, opts?: client.RequestOptions): Promise<CreateDataSourceFromRedshiftOutput>
[src]§
createDataSourceFromS3(params: CreateDataSourceFromS3Input, opts?: client.RequestOptions): Promise<CreateDataSourceFromS3Output>
[src]§
createEvaluation(params: CreateEvaluationInput, opts?: client.RequestOptions): Promise<CreateEvaluationOutput>
[src]§
createMLModel(params: CreateMLModelInput, opts?: client.RequestOptions): Promise<CreateMLModelOutput>
[src]§
createRealtimeEndpoint(params: CreateRealtimeEndpointInput, opts?: client.RequestOptions): Promise<CreateRealtimeEndpointOutput>
[src]§
deleteBatchPrediction(params: DeleteBatchPredictionInput, opts?: client.RequestOptions): Promise<DeleteBatchPredictionOutput>
[src]§
deleteDataSource(params: DeleteDataSourceInput, opts?: client.RequestOptions): Promise<DeleteDataSourceOutput>
[src]§
deleteEvaluation(params: DeleteEvaluationInput, opts?: client.RequestOptions): Promise<DeleteEvaluationOutput>
[src]§
deleteMLModel(params: DeleteMLModelInput, opts?: client.RequestOptions): Promise<DeleteMLModelOutput>
[src]§
deleteRealtimeEndpoint(params: DeleteRealtimeEndpointInput, opts?: client.RequestOptions): Promise<DeleteRealtimeEndpointOutput>
[src]§
describeBatchPredictions(params?: DescribeBatchPredictionsInput, opts?: client.RequestOptions): Promise<DescribeBatchPredictionsOutput>
[src]§
describeDataSources(params?: DescribeDataSourcesInput, opts?: client.RequestOptions): Promise<DescribeDataSourcesOutput>
[src]§
describeEvaluations(params?: DescribeEvaluationsInput, opts?: client.RequestOptions): Promise<DescribeEvaluationsOutput>
[src]§
describeMLModels(params?: DescribeMLModelsInput, opts?: client.RequestOptions): Promise<DescribeMLModelsOutput>
[src]§
getBatchPrediction(params: GetBatchPredictionInput, opts?: client.RequestOptions): Promise<GetBatchPredictionOutput>
[src]§
getDataSource(params: GetDataSourceInput, opts?: client.RequestOptions): Promise<GetDataSourceOutput>
[src]§
getEvaluation(params: GetEvaluationInput, opts?: client.RequestOptions): Promise<GetEvaluationOutput>
[src]§
updateBatchPrediction(params: UpdateBatchPredictionInput, opts?: client.RequestOptions): Promise<UpdateBatchPredictionOutput>
[src]§
updateDataSource(params: UpdateDataSourceInput, opts?: client.RequestOptions): Promise<UpdateDataSourceOutput>
[src]§
updateEvaluation(params: UpdateEvaluationInput, opts?: client.RequestOptions): Promise<UpdateEvaluationOutput>
[src]§
updateMLModel(params: UpdateMLModelInput, opts?: client.RequestOptions): Promise<UpdateMLModelOutput>
[src]§
waitForBatchPredictionAvailable(params: DescribeBatchPredictionsInput, opts?: client.RequestOptions): Promise<DescribeBatchPredictionsOutput>
[src]Checks state up to 60 times, 30 seconds apart (about 30 minutes max wait time).
§
waitForDataSourceAvailable(params: DescribeDataSourcesInput, opts?: client.RequestOptions): Promise<DescribeDataSourcesOutput>
[src]Checks state up to 60 times, 30 seconds apart (about 30 minutes max wait time).
§
waitForEvaluationAvailable(params: DescribeEvaluationsInput, opts?: client.RequestOptions): Promise<DescribeEvaluationsOutput>
[src]Checks state up to 60 times, 30 seconds apart (about 30 minutes max wait time).
§
waitForMLModelAvailable(params: DescribeMLModelsInput, opts?: client.RequestOptions): Promise<DescribeMLModelsOutput>
[src]Checks state up to 60 times, 30 seconds apart (about 30 minutes max wait time).
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]