{ "version":"2.0", "metadata":{ "uid":"machinelearning-2014-12-12", "apiVersion":"2014-12-12", "endpointPrefix":"machinelearning", "jsonVersion":"1.1", "serviceFullName":"Amazon Machine Learning", "serviceId":"Machine Learning", "signatureVersion":"v4", "targetPrefix":"AmazonML_20141212", "protocol":"json" }, "documentation":"Definition of the public APIs exposed by Amazon Machine Learning", "operations":{ "AddTags":{ "name":"AddTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AddTagsInput"}, "output":{ "shape":"AddTagsOutput", "documentation":"

Amazon ML returns the following elements.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InvalidTagException", "exception":true }, { "shape":"TagLimitExceededException", "exception":true }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value. If you add a tag using a key that is already associated with the ML object, AddTags updates the tag's value.

" }, "CreateBatchPrediction":{ "name":"CreateBatchPrediction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateBatchPredictionInput"}, "output":{ "shape":"CreateBatchPredictionOutput", "documentation":"

Represents the output of a CreateBatchPrediction operation, and is an acknowledgement that Amazon ML received the request.

The CreateBatchPrediction operation is asynchronous. You can poll for status updates by using the >GetBatchPrediction operation and checking the Status parameter of the result.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, { "shape":"IdempotentParameterMismatchException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

" } ], "documentation":"

Generates predictions for a group of observations. The observations to process exist in one or more data files referenced by a DataSource. This operation creates a new BatchPrediction, and uses an MLModel and the data files referenced by the DataSource as information sources.

CreateBatchPrediction is an asynchronous operation. In response to CreateBatchPrediction, Amazon Machine Learning (Amazon ML) immediately returns and sets the BatchPrediction status to PENDING. After the BatchPrediction completes, Amazon ML sets the status to COMPLETED.

You can poll for status updates by using the GetBatchPrediction operation and checking the Status parameter of the result. After the COMPLETED status appears, the results are available in the location specified by the OutputUri parameter.

" }, "CreateDataSourceFromRDS":{ "name":"CreateDataSourceFromRDS", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDataSourceFromRDSInput"}, "output":{ "shape":"CreateDataSourceFromRDSOutput", "documentation":"

Represents the output of a CreateDataSourceFromRDS operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromRDS> operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter. You can inspect the Message when Status shows up as FAILED. You can also check the progress of the copy operation by going to the DataPipeline console and looking up the pipeline using the pipelineId from the describe call.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, { "shape":"IdempotentParameterMismatchException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

" } ], "documentation":"

Creates a DataSource object from an Amazon Relational Database Service (Amazon RDS). A DataSource references data that can be used to perform CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.

CreateDataSourceFromRDS is an asynchronous operation. In response to CreateDataSourceFromRDS, Amazon Machine Learning (Amazon ML) immediately returns and sets the DataSource status to PENDING. After the DataSource is created and ready for use, Amazon ML sets the Status parameter to COMPLETED. DataSource in the COMPLETED or PENDING state can be used only to perform >CreateMLModel>, CreateEvaluation, or CreateBatchPrediction operations.

If Amazon ML cannot accept the input source, it sets the Status parameter to FAILED and includes an error message in the Message attribute of the GetDataSource operation response.

" }, "CreateDataSourceFromRedshift":{ "name":"CreateDataSourceFromRedshift", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDataSourceFromRedshiftInput"}, "output":{ "shape":"CreateDataSourceFromRedshiftOutput", "documentation":"

Represents the output of a CreateDataSourceFromRedshift operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromRedshift operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, { "shape":"IdempotentParameterMismatchException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

" } ], "documentation":"

Creates a DataSource from a database hosted on an Amazon Redshift cluster. A DataSource references data that can be used to perform either CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.

CreateDataSourceFromRedshift is an asynchronous operation. In response to CreateDataSourceFromRedshift, Amazon Machine Learning (Amazon ML) immediately returns and sets the DataSource status to PENDING. After the DataSource is created and ready for use, Amazon ML sets the Status parameter to COMPLETED. DataSource in COMPLETED or PENDING states can be used to perform only CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.

If Amazon ML can't accept the input source, it sets the Status parameter to FAILED and includes an error message in the Message attribute of the GetDataSource operation response.

The observations should be contained in the database hosted on an Amazon Redshift cluster and should be specified by a SelectSqlQuery query. Amazon ML executes an Unload command in Amazon Redshift to transfer the result set of the SelectSqlQuery query to S3StagingLocation.

After the DataSource has been created, it's ready for use in evaluations and batch predictions. If you plan to use the DataSource to train an MLModel, the DataSource also requires a recipe. A recipe describes how each input variable will be used in training an MLModel. Will the variable be included or excluded from training? Will the variable be manipulated; for example, will it be combined with another variable or will it be split apart into word combinations? The recipe provides answers to these questions.

You can't change an existing datasource, but you can copy and modify the settings from an existing Amazon Redshift datasource to create a new datasource. To do so, call GetDataSource for an existing datasource and copy the values to a CreateDataSource call. Change the settings that you want to change and make sure that all required fields have the appropriate values.

" }, "CreateDataSourceFromS3":{ "name":"CreateDataSourceFromS3", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDataSourceFromS3Input"}, "output":{ "shape":"CreateDataSourceFromS3Output", "documentation":"

Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromS3 operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, { "shape":"IdempotentParameterMismatchException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

" } ], "documentation":"

Creates a DataSource object. A DataSource references data that can be used to perform CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.

CreateDataSourceFromS3 is an asynchronous operation. In response to CreateDataSourceFromS3, Amazon Machine Learning (Amazon ML) immediately returns and sets the DataSource status to PENDING. After the DataSource has been created and is ready for use, Amazon ML sets the Status parameter to COMPLETED. DataSource in the COMPLETED or PENDING state can be used to perform only CreateMLModel, CreateEvaluation or CreateBatchPrediction operations.

If Amazon ML can't accept the input source, it sets the Status parameter to FAILED and includes an error message in the Message attribute of the GetDataSource operation response.

The observation data used in a DataSource should be ready to use; that is, it should have a consistent structure, and missing data values should be kept to a minimum. The observation data must reside in one or more .csv files in an Amazon Simple Storage Service (Amazon S3) location, along with a schema that describes the data items by name and type. The same schema must be used for all of the data files referenced by the DataSource.

After the DataSource has been created, it's ready to use in evaluations and batch predictions. If you plan to use the DataSource to train an MLModel, the DataSource also needs a recipe. A recipe describes how each input variable will be used in training an MLModel. Will the variable be included or excluded from training? Will the variable be manipulated; for example, will it be combined with another variable or will it be split apart into word combinations? The recipe provides answers to these questions.

" }, "CreateEvaluation":{ "name":"CreateEvaluation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateEvaluationInput"}, "output":{ "shape":"CreateEvaluationOutput", "documentation":"

Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received the request.

CreateEvaluation operation is asynchronous. You can poll for status updates by using the GetEvcaluation operation and checking the Status parameter.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, { "shape":"IdempotentParameterMismatchException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

" } ], "documentation":"

Creates a new Evaluation of an MLModel. An MLModel is evaluated on a set of observations associated to a DataSource. Like a DataSource for an MLModel, the DataSource for an Evaluation contains values for the Target Variable. The Evaluation compares the predicted result for each observation to the actual outcome and provides a summary so that you know how effective the MLModel functions on the test data. Evaluation generates a relevant performance metric, such as BinaryAUC, RegressionRMSE or MulticlassAvgFScore based on the corresponding MLModelType: BINARY, REGRESSION or MULTICLASS.

CreateEvaluation is an asynchronous operation. In response to CreateEvaluation, Amazon Machine Learning (Amazon ML) immediately returns and sets the evaluation status to PENDING. After the Evaluation is created and ready for use, Amazon ML sets the status to COMPLETED.

You can use the GetEvaluation operation to check progress of the evaluation during the creation operation.

" }, "CreateMLModel":{ "name":"CreateMLModel", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateMLModelInput"}, "output":{ "shape":"CreateMLModelOutput", "documentation":"

Represents the output of a CreateMLModel operation, and is an acknowledgement that Amazon ML received the request.

The CreateMLModel operation is asynchronous. You can poll for status updates by using the GetMLModel operation and checking the Status parameter.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, { "shape":"IdempotentParameterMismatchException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

" } ], "documentation":"

Creates a new MLModel using the DataSource and the recipe as information sources.

An MLModel is nearly immutable. Users can update only the MLModelName and the ScoreThreshold in an MLModel without creating a new MLModel.

CreateMLModel is an asynchronous operation. In response to CreateMLModel, Amazon Machine Learning (Amazon ML) immediately returns and sets the MLModel status to PENDING. After the MLModel has been created and ready is for use, Amazon ML sets the status to COMPLETED.

You can use the GetMLModel operation to check the progress of the MLModel during the creation operation.

CreateMLModel requires a DataSource with computed statistics, which can be created by setting ComputeStatistics to true in CreateDataSourceFromRDS, CreateDataSourceFromS3, or CreateDataSourceFromRedshift operations.

" }, "CreateRealtimeEndpoint":{ "name":"CreateRealtimeEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateRealtimeEndpointInput"}, "output":{ "shape":"CreateRealtimeEndpointOutput", "documentation":"

Represents the output of an CreateRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

The endpoint information includes the URI of the MLModel; that is, the location to send online prediction requests for the specified MLModel.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Creates a real-time endpoint for the MLModel. The endpoint contains the URI of the MLModel; that is, the location to send real-time prediction requests for the specified MLModel.

" }, "DeleteBatchPrediction":{ "name":"DeleteBatchPrediction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteBatchPredictionInput"}, "output":{ "shape":"DeleteBatchPredictionOutput", "documentation":"

Represents the output of a DeleteBatchPrediction operation.

You can use the GetBatchPrediction operation and check the value of the Status parameter to see whether a BatchPrediction is marked as DELETED.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Assigns the DELETED status to a BatchPrediction, rendering it unusable.

After using the DeleteBatchPrediction operation, you can use the GetBatchPrediction operation to verify that the status of the BatchPrediction changed to DELETED.

Caution: The result of the DeleteBatchPrediction operation is irreversible.

" }, "DeleteDataSource":{ "name":"DeleteDataSource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDataSourceInput"}, "output":{ "shape":"DeleteDataSourceOutput", "documentation":"

Represents the output of a DeleteDataSource operation.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Assigns the DELETED status to a DataSource, rendering it unusable.

After using the DeleteDataSource operation, you can use the GetDataSource operation to verify that the status of the DataSource changed to DELETED.

Caution: The results of the DeleteDataSource operation are irreversible.

" }, "DeleteEvaluation":{ "name":"DeleteEvaluation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteEvaluationInput"}, "output":{ "shape":"DeleteEvaluationOutput", "documentation":"

Represents the output of a DeleteEvaluation operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.

You can use the GetEvaluation operation and check the value of the Status parameter to see whether an Evaluation is marked as DELETED.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Assigns the DELETED status to an Evaluation, rendering it unusable.

After invoking the DeleteEvaluation operation, you can use the GetEvaluation operation to verify that the status of the Evaluation changed to DELETED.

Caution

The results of the DeleteEvaluation operation are irreversible.

" }, "DeleteMLModel":{ "name":"DeleteMLModel", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteMLModelInput"}, "output":{ "shape":"DeleteMLModelOutput", "documentation":"

Represents the output of a DeleteMLModel operation.

You can use the GetMLModel operation and check the value of the Status parameter to see whether an MLModel is marked as DELETED.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Assigns the DELETED status to an MLModel, rendering it unusable.

After using the DeleteMLModel operation, you can use the GetMLModel operation to verify that the status of the MLModel changed to DELETED.

Caution: The result of the DeleteMLModel operation is irreversible.

" }, "DeleteRealtimeEndpoint":{ "name":"DeleteRealtimeEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteRealtimeEndpointInput"}, "output":{ "shape":"DeleteRealtimeEndpointOutput", "documentation":"

Represents the output of an DeleteRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Deletes a real time endpoint of an MLModel.

" }, "DeleteTags":{ "name":"DeleteTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteTagsInput"}, "output":{ "shape":"DeleteTagsOutput", "documentation":"

Amazon ML returns the following elements.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InvalidTagException", "exception":true }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags.

If you specify a tag that doesn't exist, Amazon ML ignores it.

" }, "DescribeBatchPredictions":{ "name":"DescribeBatchPredictions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeBatchPredictionsInput"}, "output":{ "shape":"DescribeBatchPredictionsOutput", "documentation":"

Represents the output of a DescribeBatchPredictions operation. The content is essentially a list of BatchPredictions.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns a list of BatchPrediction operations that match the search criteria in the request.

" }, "DescribeDataSources":{ "name":"DescribeDataSources", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDataSourcesInput"}, "output":{ "shape":"DescribeDataSourcesOutput", "documentation":"

Represents the query results from a DescribeDataSources operation. The content is essentially a list of DataSource.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns a list of DataSource that match the search criteria in the request.

" }, "DescribeEvaluations":{ "name":"DescribeEvaluations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEvaluationsInput"}, "output":{ "shape":"DescribeEvaluationsOutput", "documentation":"

Represents the query results from a DescribeEvaluations operation. The content is essentially a list of Evaluation.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns a list of DescribeEvaluations that match the search criteria in the request.

" }, "DescribeMLModels":{ "name":"DescribeMLModels", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeMLModelsInput"}, "output":{ "shape":"DescribeMLModelsOutput", "documentation":"

Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns a list of MLModel that match the search criteria in the request.

" }, "DescribeTags":{ "name":"DescribeTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeTagsInput"}, "output":{ "shape":"DescribeTagsOutput", "documentation":"

Amazon ML returns the following elements.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Describes one or more of the tags for your Amazon ML object.

" }, "GetBatchPrediction":{ "name":"GetBatchPrediction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetBatchPredictionInput"}, "output":{ "shape":"GetBatchPredictionOutput", "documentation":"

Represents the output of a GetBatchPrediction operation and describes a BatchPrediction.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns a BatchPrediction that includes detailed metadata, status, and data file information for a Batch Prediction request.

" }, "GetDataSource":{ "name":"GetDataSource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDataSourceInput"}, "output":{ "shape":"GetDataSourceOutput", "documentation":"

Represents the output of a GetDataSource operation and describes a DataSource.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns a DataSource that includes metadata and data file information, as well as the current status of the DataSource.

GetDataSource provides results in normal or verbose format. The verbose format adds the schema description and the list of files pointed to by the DataSource to the normal format.

" }, "GetEvaluation":{ "name":"GetEvaluation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetEvaluationInput"}, "output":{ "shape":"GetEvaluationOutput", "documentation":"

Represents the output of a GetEvaluation operation and describes an Evaluation.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns an Evaluation that includes metadata as well as the current status of the Evaluation.

" }, "GetMLModel":{ "name":"GetMLModel", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetMLModelInput"}, "output":{ "shape":"GetMLModelOutput", "documentation":"

Represents the output of a GetMLModel operation, and provides detailed information about a MLModel.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Returns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel.

GetMLModel provides results in normal or verbose format.

" }, "Predict":{ "name":"Predict", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PredictInput"}, "output":{"shape":"PredictOutput"}, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"LimitExceededException", "error":{"httpStatusCode":417}, "exception":true, "documentation":"

The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, { "shape":"PredictorNotMountedException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

The exception is thrown when a predict request is made to an unmounted MLModel.

" } ], "documentation":"

Generates a prediction for the observation using the specified ML Model.

Note

Not all response parameters will be populated. Whether a response parameter is populated depends on the type of model requested.

" }, "UpdateBatchPrediction":{ "name":"UpdateBatchPrediction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateBatchPredictionInput"}, "output":{ "shape":"UpdateBatchPredictionOutput", "documentation":"

Represents the output of an UpdateBatchPrediction operation.

You can see the updated content by using the GetBatchPrediction operation.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Updates the BatchPredictionName of a BatchPrediction.

You can use the GetBatchPrediction operation to view the contents of the updated data element.

" }, "UpdateDataSource":{ "name":"UpdateDataSource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateDataSourceInput"}, "output":{ "shape":"UpdateDataSourceOutput", "documentation":"

Represents the output of an UpdateDataSource operation.

You can see the updated content by using the GetBatchPrediction operation.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Updates the DataSourceName of a DataSource.

You can use the GetDataSource operation to view the contents of the updated data element.

" }, "UpdateEvaluation":{ "name":"UpdateEvaluation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateEvaluationInput"}, "output":{ "shape":"UpdateEvaluationOutput", "documentation":"

Represents the output of an UpdateEvaluation operation.

You can see the updated content by using the GetEvaluation operation.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Updates the EvaluationName of an Evaluation.

You can use the GetEvaluation operation to view the contents of the updated data element.

" }, "UpdateMLModel":{ "name":"UpdateMLModel", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateMLModelInput"}, "output":{ "shape":"UpdateMLModelOutput", "documentation":"

Represents the output of an UpdateMLModel operation.

You can see the updated content by using the GetMLModel operation.

" }, "errors":[ { "shape":"InvalidInputException", "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, { "shape":"ResourceNotFoundException", "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, { "shape":"InternalServerException", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" } ], "documentation":"

Updates the MLModelName and the ScoreThreshold of an MLModel.

You can use the GetMLModel operation to view the contents of the updated data element.

" } }, "shapes":{ "AddTagsInput":{ "type":"structure", "required":[ "Tags", "ResourceId", "ResourceType" ], "members":{ "Tags":{ "shape":"TagList", "documentation":"

The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.

" }, "ResourceId":{ "shape":"EntityId", "documentation":"

The ID of the ML object to tag. For example, exampleModelId.

" }, "ResourceType":{ "shape":"TaggableResourceType", "documentation":"

The type of the ML object to tag.

" } } }, "AddTagsOutput":{ "type":"structure", "members":{ "ResourceId":{ "shape":"EntityId", "documentation":"

The ID of the ML object that was tagged.

" }, "ResourceType":{ "shape":"TaggableResourceType", "documentation":"

The type of the ML object that was tagged.

" } }, "documentation":"

Amazon ML returns the following elements.

" }, "Algorithm":{ "type":"string", "enum":["sgd"], "documentation":"

The function used to train an MLModel. Training choices supported by Amazon ML include the following:

" }, "AwsUserArn":{ "type":"string", "pattern":"arn:aws:iam::[0-9]+:((user/.+)|(root))", "documentation":"

An Amazon Web Service (AWS) user account identifier. The account identifier can be an AWS root account or an AWS Identity and Access Management (IAM) user.

" }, "BatchPrediction":{ "type":"structure", "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

The ID assigned to the BatchPrediction at creation. This value should be identical to the value of the BatchPredictionID in the request.

" }, "MLModelId":{ "shape":"EntityId", "documentation":"

The ID of the MLModel that generated predictions for the BatchPrediction request.

" }, "BatchPredictionDataSourceId":{ "shape":"EntityId", "documentation":"

The ID of the DataSource that points to the group of observations to predict.

" }, "InputDataLocationS3":{ "shape":"S3Url", "documentation":"

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account that invoked the BatchPrediction. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the BatchPrediction was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the BatchPrediction. The time is expressed in epoch time.

" }, "Name":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the BatchPrediction.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The status of the BatchPrediction. This element can have one of the following values:

" }, "OutputUri":{ "shape":"S3Url", "documentation":"

The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the outputURI field: ':', '//', '/./', '/../'.

" }, "Message":{ "shape":"Message", "documentation":"

A description of the most recent details about processing the batch prediction request.

" }, "ComputeTime":{"shape":"LongType"}, "FinishedAt":{"shape":"EpochTime"}, "StartedAt":{"shape":"EpochTime"}, "TotalRecordCount":{"shape":"LongType"}, "InvalidRecordCount":{"shape":"LongType"} }, "documentation":"

Represents the output of a GetBatchPrediction operation.

The content consists of the detailed metadata, the status, and the data file information of a Batch Prediction.

" }, "BatchPredictionFilterVariable":{ "type":"string", "enum":[ "CreatedAt", "LastUpdatedAt", "Status", "Name", "IAMUser", "MLModelId", "DataSourceId", "DataURI" ], "documentation":"

A list of the variables to use in searching or filtering BatchPrediction.

" }, "BatchPredictions":{ "type":"list", "member":{"shape":"BatchPrediction"} }, "ComparatorValue":{ "type":"string", "max":1024, "pattern":".*\\S.*|^$", "documentation":"

The value specified in a filtering condition. The ComparatorValue becomes the reference value when matching or evaluating data values in filtering and searching functions.

" }, "ComputeStatistics":{"type":"boolean"}, "CreateBatchPredictionInput":{ "type":"structure", "required":[ "BatchPredictionId", "MLModelId", "BatchPredictionDataSourceId", "OutputUri" ], "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the BatchPrediction.

" }, "BatchPredictionName":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the BatchPrediction. BatchPredictionName can only use the UTF-8 character set.

" }, "MLModelId":{ "shape":"EntityId", "documentation":"

The ID of the MLModel that will generate predictions for the group of observations.

" }, "BatchPredictionDataSourceId":{ "shape":"EntityId", "documentation":"

The ID of the DataSource that points to the group of observations to predict.

" }, "OutputUri":{ "shape":"S3Url", "documentation":"

The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the s3 key portion of the outputURI field: ':', '//', '/./', '/../'.

Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.

" } } }, "CreateBatchPredictionOutput":{ "type":"structure", "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the BatchPrediction. This value is identical to the value of the BatchPredictionId in the request.

" } }, "documentation":"

Represents the output of a CreateBatchPrediction operation, and is an acknowledgement that Amazon ML received the request.

The CreateBatchPrediction operation is asynchronous. You can poll for status updates by using the >GetBatchPrediction operation and checking the Status parameter of the result.

" }, "CreateDataSourceFromRDSInput":{ "type":"structure", "required":[ "DataSourceId", "RDSData", "RoleARN" ], "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the DataSource. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource.

" }, "DataSourceName":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the DataSource.

" }, "RDSData":{ "shape":"RDSDataSpec", "documentation":"

The data specification of an Amazon RDS DataSource:

" }, "RoleARN":{ "shape":"RoleARN", "documentation":"

The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery query from Amazon RDS to Amazon S3.

" }, "ComputeStatistics":{ "shape":"ComputeStatistics", "documentation":"

The compute statistics for a DataSource. The statistics are generated from the observation data referenced by a DataSource. Amazon ML uses the statistics internally during MLModel training. This parameter must be set to true if the DataSource needs to be used for MLModel training.

" } } }, "CreateDataSourceFromRDSOutput":{ "type":"structure", "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID in the request.

" } }, "documentation":"

Represents the output of a CreateDataSourceFromRDS operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromRDS> operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter. You can inspect the Message when Status shows up as FAILED. You can also check the progress of the copy operation by going to the DataPipeline console and looking up the pipeline using the pipelineId from the describe call.

" }, "CreateDataSourceFromRedshiftInput":{ "type":"structure", "required":[ "DataSourceId", "DataSpec", "RoleARN" ], "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the DataSource.

" }, "DataSourceName":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the DataSource.

" }, "DataSpec":{ "shape":"RedshiftDataSpec", "documentation":"

The data specification of an Amazon Redshift DataSource:

" }, "RoleARN":{ "shape":"RoleARN", "documentation":"

A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:

" }, "ComputeStatistics":{ "shape":"ComputeStatistics", "documentation":"

The compute statistics for a DataSource. The statistics are generated from the observation data referenced by a DataSource. Amazon ML uses the statistics internally during MLModel training. This parameter must be set to true if the DataSource needs to be used for MLModel training.

" } } }, "CreateDataSourceFromRedshiftOutput":{ "type":"structure", "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID in the request.

" } }, "documentation":"

Represents the output of a CreateDataSourceFromRedshift operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromRedshift operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter.

" }, "CreateDataSourceFromS3Input":{ "type":"structure", "required":[ "DataSourceId", "DataSpec" ], "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied identifier that uniquely identifies the DataSource.

" }, "DataSourceName":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the DataSource.

" }, "DataSpec":{ "shape":"S3DataSpec", "documentation":"

The data specification of a DataSource:

" }, "ComputeStatistics":{ "shape":"ComputeStatistics", "documentation":"

The compute statistics for a DataSource. The statistics are generated from the observation data referenced by a DataSource. Amazon ML uses the statistics internally during MLModel training. This parameter must be set to true if the DataSource needs to be used for MLModel training.

" } } }, "CreateDataSourceFromS3Output":{ "type":"structure", "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the value of the DataSourceID in the request.

" } }, "documentation":"

Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromS3 operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter.

" }, "CreateEvaluationInput":{ "type":"structure", "required":[ "EvaluationId", "MLModelId", "EvaluationDataSourceId" ], "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the Evaluation.

" }, "EvaluationName":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the Evaluation.

" }, "MLModelId":{ "shape":"EntityId", "documentation":"

The ID of the MLModel to evaluate.

The schema used in creating the MLModel must match the schema of the DataSource used in the Evaluation.

" }, "EvaluationDataSourceId":{ "shape":"EntityId", "documentation":"

The ID of the DataSource for the evaluation. The schema of the DataSource must match the schema used to create the MLModel.

" } } }, "CreateEvaluationOutput":{ "type":"structure", "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

The user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the value of the EvaluationId in the request.

" } }, "documentation":"

Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received the request.

CreateEvaluation operation is asynchronous. You can poll for status updates by using the GetEvcaluation operation and checking the Status parameter.

" }, "CreateMLModelInput":{ "type":"structure", "required":[ "MLModelId", "MLModelType", "TrainingDataSourceId" ], "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the MLModel.

" }, "MLModelName":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the MLModel.

" }, "MLModelType":{ "shape":"MLModelType", "documentation":"

The category of supervised learning that this MLModel will address. Choose from the following types:

For more information, see the Amazon Machine Learning Developer Guide.

" }, "Parameters":{ "shape":"TrainingParameters", "documentation":"

A list of the training parameters in the MLModel. The list is implemented as a map of key-value pairs.

The following is the current set of training parameters:

" }, "TrainingDataSourceId":{ "shape":"EntityId", "documentation":"

The DataSource that points to the training data.

" }, "Recipe":{ "shape":"Recipe", "documentation":"

The data recipe for creating the MLModel. You must specify either the recipe or its URI. If you don't specify a recipe or its URI, Amazon ML creates a default.

" }, "RecipeUri":{ "shape":"S3Url", "documentation":"

The Amazon Simple Storage Service (Amazon S3) location and file name that contains the MLModel recipe. You must specify either the recipe or its URI. If you don't specify a recipe or its URI, Amazon ML creates a default.

" } } }, "CreateMLModelOutput":{ "type":"structure", "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.

" } }, "documentation":"

Represents the output of a CreateMLModel operation, and is an acknowledgement that Amazon ML received the request.

The CreateMLModel operation is asynchronous. You can poll for status updates by using the GetMLModel operation and checking the Status parameter.

" }, "CreateRealtimeEndpointInput":{ "type":"structure", "required":["MLModelId"], "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

The ID assigned to the MLModel during creation.

" } } }, "CreateRealtimeEndpointOutput":{ "type":"structure", "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.

" }, "RealtimeEndpointInfo":{ "shape":"RealtimeEndpointInfo", "documentation":"

The endpoint information of the MLModel

" } }, "documentation":"

Represents the output of an CreateRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

The endpoint information includes the URI of the MLModel; that is, the location to send online prediction requests for the specified MLModel.

" }, "DataRearrangement":{"type":"string"}, "DataSchema":{ "type":"string", "max":131071, "documentation":"

The schema of a DataSource. The DataSchema defines the structure of the observation data in the data file(s) referenced in the DataSource. The DataSource schema is expressed in JSON format.

DataSchema is not required if you specify a DataSchemaUri

{ \"version\": \"1.0\", \"recordAnnotationFieldName\": \"F1\", \"recordWeightFieldName\": \"F2\", \"targetFieldName\": \"F3\", \"dataFormat\": \"CSV\", \"dataFileContainsHeader\": true, \"variables\": [ { \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ], \"excludedVariableNames\": [ \"F6\" ] }

" }, "DataSource":{ "type":"structure", "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

The ID that is assigned to the DataSource during creation.

" }, "DataLocationS3":{ "shape":"S3Url", "documentation":"

The location and name of the data in Amazon Simple Storage Service (Amazon S3) that is used by a DataSource.

" }, "DataRearrangement":{ "shape":"DataRearrangement", "documentation":"

A JSON string that represents the splitting and rearrangement requirement used when this DataSource was created.

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account from which the DataSource was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the DataSource was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the BatchPrediction. The time is expressed in epoch time.

" }, "DataSizeInBytes":{ "shape":"LongType", "documentation":"

The total number of observations contained in the data files that the DataSource references.

" }, "NumberOfFiles":{ "shape":"LongType", "documentation":"

The number of data files referenced by the DataSource.

" }, "Name":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the DataSource.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The current status of the DataSource. This element can have one of the following values:

" }, "Message":{ "shape":"Message", "documentation":"

A description of the most recent details about creating the DataSource.

" }, "RedshiftMetadata":{"shape":"RedshiftMetadata"}, "RDSMetadata":{"shape":"RDSMetadata"}, "RoleARN":{"shape":"RoleARN"}, "ComputeStatistics":{ "shape":"ComputeStatistics", "documentation":"

The parameter is true if statistics need to be generated from the observation data.

" }, "ComputeTime":{"shape":"LongType"}, "FinishedAt":{"shape":"EpochTime"}, "StartedAt":{"shape":"EpochTime"} }, "documentation":"

Represents the output of the GetDataSource operation.

The content consists of the detailed metadata and data file information and the current status of the DataSource.

" }, "DataSourceFilterVariable":{ "type":"string", "enum":[ "CreatedAt", "LastUpdatedAt", "Status", "Name", "DataLocationS3", "IAMUser" ], "documentation":"

A list of the variables to use in searching or filtering DataSource.

Note

The variable names should match the variable names in the DataSource.

" }, "DataSources":{ "type":"list", "member":{"shape":"DataSource"} }, "DeleteBatchPredictionInput":{ "type":"structure", "required":["BatchPredictionId"], "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the BatchPrediction.

" } } }, "DeleteBatchPredictionOutput":{ "type":"structure", "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical to the value of the BatchPredictionID in the request.

" } }, "documentation":"

Represents the output of a DeleteBatchPrediction operation.

You can use the GetBatchPrediction operation and check the value of the Status parameter to see whether a BatchPrediction is marked as DELETED.

" }, "DeleteDataSourceInput":{ "type":"structure", "required":["DataSourceId"], "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the DataSource.

" } } }, "DeleteDataSourceOutput":{ "type":"structure", "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the value of the DataSourceID in the request.

" } }, "documentation":"

Represents the output of a DeleteDataSource operation.

" }, "DeleteEvaluationInput":{ "type":"structure", "required":["EvaluationId"], "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the Evaluation to delete.

" } } }, "DeleteEvaluationOutput":{ "type":"structure", "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the value of the EvaluationId in the request.

" } }, "documentation":"

Represents the output of a DeleteEvaluation operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.

You can use the GetEvaluation operation and check the value of the Status parameter to see whether an Evaluation is marked as DELETED.

" }, "DeleteMLModelInput":{ "type":"structure", "required":["MLModelId"], "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the MLModel.

" } } }, "DeleteMLModelOutput":{ "type":"structure", "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelID in the request.

" } }, "documentation":"

Represents the output of a DeleteMLModel operation.

You can use the GetMLModel operation and check the value of the Status parameter to see whether an MLModel is marked as DELETED.

" }, "DeleteRealtimeEndpointInput":{ "type":"structure", "required":["MLModelId"], "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

The ID assigned to the MLModel during creation.

" } } }, "DeleteRealtimeEndpointOutput":{ "type":"structure", "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.

" }, "RealtimeEndpointInfo":{ "shape":"RealtimeEndpointInfo", "documentation":"

The endpoint information of the MLModel

" } }, "documentation":"

Represents the output of an DeleteRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

" }, "DeleteTagsInput":{ "type":"structure", "required":[ "TagKeys", "ResourceId", "ResourceType" ], "members":{ "TagKeys":{ "shape":"TagKeyList", "documentation":"

One or more tags to delete.

" }, "ResourceId":{ "shape":"EntityId", "documentation":"

The ID of the tagged ML object. For example, exampleModelId.

" }, "ResourceType":{ "shape":"TaggableResourceType", "documentation":"

The type of the tagged ML object.

" } } }, "DeleteTagsOutput":{ "type":"structure", "members":{ "ResourceId":{ "shape":"EntityId", "documentation":"

The ID of the ML object from which tags were deleted.

" }, "ResourceType":{ "shape":"TaggableResourceType", "documentation":"

The type of the ML object from which tags were deleted.

" } }, "documentation":"

Amazon ML returns the following elements.

" }, "DescribeBatchPredictionsInput":{ "type":"structure", "members":{ "FilterVariable":{ "shape":"BatchPredictionFilterVariable", "documentation":"

Use one of the following variables to filter a list of BatchPrediction:

" }, "EQ":{ "shape":"ComparatorValue", "documentation":"

The equal to operator. The BatchPrediction results will have FilterVariable values that exactly match the value specified with EQ.

" }, "GT":{ "shape":"ComparatorValue", "documentation":"

The greater than operator. The BatchPrediction results will have FilterVariable values that are greater than the value specified with GT.

" }, "LT":{ "shape":"ComparatorValue", "documentation":"

The less than operator. The BatchPrediction results will have FilterVariable values that are less than the value specified with LT.

" }, "GE":{ "shape":"ComparatorValue", "documentation":"

The greater than or equal to operator. The BatchPrediction results will have FilterVariable values that are greater than or equal to the value specified with GE.

" }, "LE":{ "shape":"ComparatorValue", "documentation":"

The less than or equal to operator. The BatchPrediction results will have FilterVariable values that are less than or equal to the value specified with LE.

" }, "NE":{ "shape":"ComparatorValue", "documentation":"

The not equal to operator. The BatchPrediction results will have FilterVariable values not equal to the value specified with NE.

" }, "Prefix":{ "shape":"ComparatorValue", "documentation":"

A string that is found at the beginning of a variable, such as Name or Id.

For example, a Batch Prediction operation could have the Name 2014-09-09-HolidayGiftMailer. To search for this BatchPrediction, select Name for the FilterVariable and any of the following strings for the Prefix:

" }, "SortOrder":{ "shape":"SortOrder", "documentation":"

A two-value parameter that determines the sequence of the resulting list of MLModels.

Results are sorted by FilterVariable.

" }, "NextToken":{ "shape":"StringType", "documentation":"

An ID of the page in the paginated results.

" }, "Limit":{ "shape":"PageLimit", "documentation":"

The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.

" } } }, "DescribeBatchPredictionsOutput":{ "type":"structure", "members":{ "Results":{ "shape":"BatchPredictions", "documentation":"

A list of BatchPrediction objects that meet the search criteria.

" }, "NextToken":{ "shape":"StringType", "documentation":"

The ID of the next page in the paginated results that indicates at least one more page follows.

" } }, "documentation":"

Represents the output of a DescribeBatchPredictions operation. The content is essentially a list of BatchPredictions.

" }, "DescribeDataSourcesInput":{ "type":"structure", "members":{ "FilterVariable":{ "shape":"DataSourceFilterVariable", "documentation":"

Use one of the following variables to filter a list of DataSource:

" }, "EQ":{ "shape":"ComparatorValue", "documentation":"

The equal to operator. The DataSource results will have FilterVariable values that exactly match the value specified with EQ.

" }, "GT":{ "shape":"ComparatorValue", "documentation":"

The greater than operator. The DataSource results will have FilterVariable values that are greater than the value specified with GT.

" }, "LT":{ "shape":"ComparatorValue", "documentation":"

The less than operator. The DataSource results will have FilterVariable values that are less than the value specified with LT.

" }, "GE":{ "shape":"ComparatorValue", "documentation":"

The greater than or equal to operator. The DataSource results will have FilterVariable values that are greater than or equal to the value specified with GE.

" }, "LE":{ "shape":"ComparatorValue", "documentation":"

The less than or equal to operator. The DataSource results will have FilterVariable values that are less than or equal to the value specified with LE.

" }, "NE":{ "shape":"ComparatorValue", "documentation":"

The not equal to operator. The DataSource results will have FilterVariable values not equal to the value specified with NE.

" }, "Prefix":{ "shape":"ComparatorValue", "documentation":"

A string that is found at the beginning of a variable, such as Name or Id.

For example, a DataSource could have the Name 2014-09-09-HolidayGiftMailer. To search for this DataSource, select Name for the FilterVariable and any of the following strings for the Prefix:

" }, "SortOrder":{ "shape":"SortOrder", "documentation":"

A two-value parameter that determines the sequence of the resulting list of DataSource.

Results are sorted by FilterVariable.

" }, "NextToken":{ "shape":"StringType", "documentation":"

The ID of the page in the paginated results.

" }, "Limit":{ "shape":"PageLimit", "documentation":"

The maximum number of DataSource to include in the result.

" } } }, "DescribeDataSourcesOutput":{ "type":"structure", "members":{ "Results":{ "shape":"DataSources", "documentation":"

A list of DataSource that meet the search criteria.

" }, "NextToken":{ "shape":"StringType", "documentation":"

An ID of the next page in the paginated results that indicates at least one more page follows.

" } }, "documentation":"

Represents the query results from a DescribeDataSources operation. The content is essentially a list of DataSource.

" }, "DescribeEvaluationsInput":{ "type":"structure", "members":{ "FilterVariable":{ "shape":"EvaluationFilterVariable", "documentation":"

Use one of the following variable to filter a list of Evaluation objects:

" }, "EQ":{ "shape":"ComparatorValue", "documentation":"

The equal to operator. The Evaluation results will have FilterVariable values that exactly match the value specified with EQ.

" }, "GT":{ "shape":"ComparatorValue", "documentation":"

The greater than operator. The Evaluation results will have FilterVariable values that are greater than the value specified with GT.

" }, "LT":{ "shape":"ComparatorValue", "documentation":"

The less than operator. The Evaluation results will have FilterVariable values that are less than the value specified with LT.

" }, "GE":{ "shape":"ComparatorValue", "documentation":"

The greater than or equal to operator. The Evaluation results will have FilterVariable values that are greater than or equal to the value specified with GE.

" }, "LE":{ "shape":"ComparatorValue", "documentation":"

The less than or equal to operator. The Evaluation results will have FilterVariable values that are less than or equal to the value specified with LE.

" }, "NE":{ "shape":"ComparatorValue", "documentation":"

The not equal to operator. The Evaluation results will have FilterVariable values not equal to the value specified with NE.

" }, "Prefix":{ "shape":"ComparatorValue", "documentation":"

A string that is found at the beginning of a variable, such as Name or Id.

For example, an Evaluation could have the Name 2014-09-09-HolidayGiftMailer. To search for this Evaluation, select Name for the FilterVariable and any of the following strings for the Prefix:

" }, "SortOrder":{ "shape":"SortOrder", "documentation":"

A two-value parameter that determines the sequence of the resulting list of Evaluation.

Results are sorted by FilterVariable.

" }, "NextToken":{ "shape":"StringType", "documentation":"

The ID of the page in the paginated results.

" }, "Limit":{ "shape":"PageLimit", "documentation":"

The maximum number of Evaluation to include in the result.

" } } }, "DescribeEvaluationsOutput":{ "type":"structure", "members":{ "Results":{ "shape":"Evaluations", "documentation":"

A list of Evaluation that meet the search criteria.

" }, "NextToken":{ "shape":"StringType", "documentation":"

The ID of the next page in the paginated results that indicates at least one more page follows.

" } }, "documentation":"

Represents the query results from a DescribeEvaluations operation. The content is essentially a list of Evaluation.

" }, "DescribeMLModelsInput":{ "type":"structure", "members":{ "FilterVariable":{ "shape":"MLModelFilterVariable", "documentation":"

Use one of the following variables to filter a list of MLModel:

" }, "EQ":{ "shape":"ComparatorValue", "documentation":"

The equal to operator. The MLModel results will have FilterVariable values that exactly match the value specified with EQ.

" }, "GT":{ "shape":"ComparatorValue", "documentation":"

The greater than operator. The MLModel results will have FilterVariable values that are greater than the value specified with GT.

" }, "LT":{ "shape":"ComparatorValue", "documentation":"

The less than operator. The MLModel results will have FilterVariable values that are less than the value specified with LT.

" }, "GE":{ "shape":"ComparatorValue", "documentation":"

The greater than or equal to operator. The MLModel results will have FilterVariable values that are greater than or equal to the value specified with GE.

" }, "LE":{ "shape":"ComparatorValue", "documentation":"

The less than or equal to operator. The MLModel results will have FilterVariable values that are less than or equal to the value specified with LE.

" }, "NE":{ "shape":"ComparatorValue", "documentation":"

The not equal to operator. The MLModel results will have FilterVariable values not equal to the value specified with NE.

" }, "Prefix":{ "shape":"ComparatorValue", "documentation":"

A string that is found at the beginning of a variable, such as Name or Id.

For example, an MLModel could have the Name 2014-09-09-HolidayGiftMailer. To search for this MLModel, select Name for the FilterVariable and any of the following strings for the Prefix:

" }, "SortOrder":{ "shape":"SortOrder", "documentation":"

A two-value parameter that determines the sequence of the resulting list of MLModel.

Results are sorted by FilterVariable.

" }, "NextToken":{ "shape":"StringType", "documentation":"

The ID of the page in the paginated results.

" }, "Limit":{ "shape":"PageLimit", "documentation":"

The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.

" } } }, "DescribeMLModelsOutput":{ "type":"structure", "members":{ "Results":{ "shape":"MLModels", "documentation":"

A list of MLModel that meet the search criteria.

" }, "NextToken":{ "shape":"StringType", "documentation":"

The ID of the next page in the paginated results that indicates at least one more page follows.

" } }, "documentation":"

Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel.

" }, "DescribeTagsInput":{ "type":"structure", "required":[ "ResourceId", "ResourceType" ], "members":{ "ResourceId":{ "shape":"EntityId", "documentation":"

The ID of the ML object. For example, exampleModelId.

" }, "ResourceType":{ "shape":"TaggableResourceType", "documentation":"

The type of the ML object.

" } } }, "DescribeTagsOutput":{ "type":"structure", "members":{ "ResourceId":{ "shape":"EntityId", "documentation":"

The ID of the tagged ML object.

" }, "ResourceType":{ "shape":"TaggableResourceType", "documentation":"

The type of the tagged ML object.

" }, "Tags":{ "shape":"TagList", "documentation":"

A list of tags associated with the ML object.

" } }, "documentation":"

Amazon ML returns the following elements.

" }, "DetailsAttributes":{ "type":"string", "enum":[ "PredictiveModelType", "Algorithm" ], "documentation":"Contains the key values of DetailsMap: PredictiveModelType - Indicates the type of the MLModel. Algorithm - Indicates the algorithm that was used for the MLModel." }, "DetailsMap":{ "type":"map", "key":{"shape":"DetailsAttributes"}, "value":{"shape":"DetailsValue"}, "documentation":"Provides any additional details regarding the prediction." }, "DetailsValue":{ "type":"string", "min":1 }, "EDPPipelineId":{ "type":"string", "min":1, "max":1024 }, "EDPResourceRole":{ "type":"string", "min":1, "max":64 }, "EDPSecurityGroupId":{ "type":"string", "min":1, "max":255 }, "EDPSecurityGroupIds":{ "type":"list", "member":{"shape":"EDPSecurityGroupId"} }, "EDPServiceRole":{ "type":"string", "min":1, "max":64 }, "EDPSubnetId":{ "type":"string", "min":1, "max":255 }, "EntityId":{ "type":"string", "min":1, "max":64, "pattern":"[a-zA-Z0-9_.-]+" }, "EntityName":{ "type":"string", "max":1024, "pattern":".*\\S.*|^$", "documentation":"

A user-supplied name or description of the Amazon ML resource.

" }, "EntityStatus":{ "type":"string", "enum":[ "PENDING", "INPROGRESS", "FAILED", "COMPLETED", "DELETED" ], "documentation":"

Object status with the following possible values:

" }, "EpochTime":{ "type":"timestamp", "documentation":"

A timestamp represented in epoch time.

" }, "ErrorCode":{"type":"integer"}, "ErrorMessage":{ "type":"string", "max":2048 }, "Evaluation":{ "type":"structure", "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

The ID that is assigned to the Evaluation at creation.

" }, "MLModelId":{ "shape":"EntityId", "documentation":"

The ID of the MLModel that is the focus of the evaluation.

" }, "EvaluationDataSourceId":{ "shape":"EntityId", "documentation":"

The ID of the DataSource that is used to evaluate the MLModel.

" }, "InputDataLocationS3":{ "shape":"S3Url", "documentation":"

The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the Evaluation was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the Evaluation. The time is expressed in epoch time.

" }, "Name":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the Evaluation.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The status of the evaluation. This element can have one of the following values:

" }, "PerformanceMetrics":{ "shape":"PerformanceMetrics", "documentation":"

Measurements of how well the MLModel performed, using observations referenced by the DataSource. One of the following metrics is returned, based on the type of the MLModel:

For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.

" }, "Message":{ "shape":"Message", "documentation":"

A description of the most recent details about evaluating the MLModel.

" }, "ComputeTime":{"shape":"LongType"}, "FinishedAt":{"shape":"EpochTime"}, "StartedAt":{"shape":"EpochTime"} }, "documentation":"

Represents the output of GetEvaluation operation.

The content consists of the detailed metadata and data file information and the current status of the Evaluation.

" }, "EvaluationFilterVariable":{ "type":"string", "enum":[ "CreatedAt", "LastUpdatedAt", "Status", "Name", "IAMUser", "MLModelId", "DataSourceId", "DataURI" ], "documentation":"

A list of the variables to use in searching or filtering Evaluation.

" }, "Evaluations":{ "type":"list", "member":{"shape":"Evaluation"} }, "GetBatchPredictionInput":{ "type":"structure", "required":["BatchPredictionId"], "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

An ID assigned to the BatchPrediction at creation.

" } } }, "GetBatchPredictionOutput":{ "type":"structure", "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

An ID assigned to the BatchPrediction at creation. This value should be identical to the value of the BatchPredictionID in the request.

" }, "MLModelId":{ "shape":"EntityId", "documentation":"

The ID of the MLModel that generated predictions for the BatchPrediction request.

" }, "BatchPredictionDataSourceId":{ "shape":"EntityId", "documentation":"

The ID of the DataSource that was used to create the BatchPrediction.

" }, "InputDataLocationS3":{ "shape":"S3Url", "documentation":"

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account that invoked the BatchPrediction. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time when the BatchPrediction was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to BatchPrediction. The time is expressed in epoch time.

" }, "Name":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the BatchPrediction.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The status of the BatchPrediction, which can be one of the following values:

" }, "OutputUri":{ "shape":"S3Url", "documentation":"

The location of an Amazon S3 bucket or directory to receive the operation results.

" }, "LogUri":{ "shape":"PresignedS3Url", "documentation":"

A link to the file that contains logs of the CreateBatchPrediction operation.

" }, "Message":{ "shape":"Message", "documentation":"

A description of the most recent details about processing the batch prediction request.

" }, "ComputeTime":{ "shape":"LongType", "documentation":"

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the BatchPrediction, normalized and scaled on computation resources. ComputeTime is only available if the BatchPrediction is in the COMPLETED state.

" }, "FinishedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the BatchPrediction as COMPLETED or FAILED. FinishedAt is only available when the BatchPrediction is in the COMPLETED or FAILED state.

" }, "StartedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the BatchPrediction as INPROGRESS. StartedAt isn't available if the BatchPrediction is in the PENDING state.

" }, "TotalRecordCount":{ "shape":"LongType", "documentation":"

The number of total records that Amazon Machine Learning saw while processing the BatchPrediction.

" }, "InvalidRecordCount":{ "shape":"LongType", "documentation":"

The number of invalid records that Amazon Machine Learning saw while processing the BatchPrediction.

" } }, "documentation":"

Represents the output of a GetBatchPrediction operation and describes a BatchPrediction.

" }, "GetDataSourceInput":{ "type":"structure", "required":["DataSourceId"], "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

The ID assigned to the DataSource at creation.

" }, "Verbose":{ "shape":"Verbose", "documentation":"

Specifies whether the GetDataSource operation should return DataSourceSchema.

If true, DataSourceSchema is returned.

If false, DataSourceSchema is not returned.

" } } }, "GetDataSourceOutput":{ "type":"structure", "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

The ID assigned to the DataSource at creation. This value should be identical to the value of the DataSourceId in the request.

" }, "DataLocationS3":{ "shape":"S3Url", "documentation":"

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

" }, "DataRearrangement":{ "shape":"DataRearrangement", "documentation":"

A JSON string that represents the splitting and rearrangement requirement used when this DataSource was created.

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account from which the DataSource was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the DataSource was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the DataSource. The time is expressed in epoch time.

" }, "DataSizeInBytes":{ "shape":"LongType", "documentation":"

The total size of observations in the data files.

" }, "NumberOfFiles":{ "shape":"LongType", "documentation":"

The number of data files referenced by the DataSource.

" }, "Name":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the DataSource.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The current status of the DataSource. This element can have one of the following values:

" }, "LogUri":{ "shape":"PresignedS3Url", "documentation":"

A link to the file containing logs of CreateDataSourceFrom* operations.

" }, "Message":{ "shape":"Message", "documentation":"

The user-supplied description of the most recent details about creating the DataSource.

" }, "RedshiftMetadata":{"shape":"RedshiftMetadata"}, "RDSMetadata":{"shape":"RDSMetadata"}, "RoleARN":{"shape":"RoleARN"}, "ComputeStatistics":{ "shape":"ComputeStatistics", "documentation":"

The parameter is true if statistics need to be generated from the observation data.

" }, "ComputeTime":{ "shape":"LongType", "documentation":"

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the DataSource, normalized and scaled on computation resources. ComputeTime is only available if the DataSource is in the COMPLETED state and the ComputeStatistics is set to true.

" }, "FinishedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the DataSource as COMPLETED or FAILED. FinishedAt is only available when the DataSource is in the COMPLETED or FAILED state.

" }, "StartedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the DataSource as INPROGRESS. StartedAt isn't available if the DataSource is in the PENDING state.

" }, "DataSourceSchema":{ "shape":"DataSchema", "documentation":"

The schema used by all of the data files of this DataSource.

Note

This parameter is provided as part of the verbose format.

" } }, "documentation":"

Represents the output of a GetDataSource operation and describes a DataSource.

" }, "GetEvaluationInput":{ "type":"structure", "required":["EvaluationId"], "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and cataloged. The ID provides the means to access the information.

" } } }, "GetEvaluationOutput":{ "type":"structure", "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

The evaluation ID which is same as the EvaluationId in the request.

" }, "MLModelId":{ "shape":"EntityId", "documentation":"

The ID of the MLModel that was the focus of the evaluation.

" }, "EvaluationDataSourceId":{ "shape":"EntityId", "documentation":"

The DataSource used for this evaluation.

" }, "InputDataLocationS3":{ "shape":"S3Url", "documentation":"

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the Evaluation was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the Evaluation. The time is expressed in epoch time.

" }, "Name":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the Evaluation.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The status of the evaluation. This element can have one of the following values:

" }, "PerformanceMetrics":{ "shape":"PerformanceMetrics", "documentation":"

Measurements of how well the MLModel performed using observations referenced by the DataSource. One of the following metric is returned based on the type of the MLModel:

For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.

" }, "LogUri":{ "shape":"PresignedS3Url", "documentation":"

A link to the file that contains logs of the CreateEvaluation operation.

" }, "Message":{ "shape":"Message", "documentation":"

A description of the most recent details about evaluating the MLModel.

" }, "ComputeTime":{ "shape":"LongType", "documentation":"

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the Evaluation, normalized and scaled on computation resources. ComputeTime is only available if the Evaluation is in the COMPLETED state.

" }, "FinishedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the Evaluation as COMPLETED or FAILED. FinishedAt is only available when the Evaluation is in the COMPLETED or FAILED state.

" }, "StartedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the Evaluation as INPROGRESS. StartedAt isn't available if the Evaluation is in the PENDING state.

" } }, "documentation":"

Represents the output of a GetEvaluation operation and describes an Evaluation.

" }, "GetMLModelInput":{ "type":"structure", "required":["MLModelId"], "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

The ID assigned to the MLModel at creation.

" }, "Verbose":{ "shape":"Verbose", "documentation":"

Specifies whether the GetMLModel operation should return Recipe.

If true, Recipe is returned.

If false, Recipe is not returned.

" } } }, "GetMLModelOutput":{ "type":"structure", "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

The MLModel ID, which is same as the MLModelId in the request.

" }, "TrainingDataSourceId":{ "shape":"EntityId", "documentation":"

The ID of the training DataSource.

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account from which the MLModel was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the MLModel was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the MLModel. The time is expressed in epoch time.

" }, "Name":{ "shape":"MLModelName", "documentation":"

A user-supplied name or description of the MLModel.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The current status of the MLModel. This element can have one of the following values:

" }, "SizeInBytes":{"shape":"LongType"}, "EndpointInfo":{ "shape":"RealtimeEndpointInfo", "documentation":"

The current endpoint of the MLModel

" }, "TrainingParameters":{ "shape":"TrainingParameters", "documentation":"

A list of the training parameters in the MLModel. The list is implemented as a map of key-value pairs.

The following is the current set of training parameters:

" }, "InputDataLocationS3":{ "shape":"S3Url", "documentation":"

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

" }, "MLModelType":{ "shape":"MLModelType", "documentation":"

Identifies the MLModel category. The following are the available types:

" }, "ScoreThreshold":{ "shape":"ScoreThreshold", "documentation":"

The scoring threshold is used in binary classification MLModel models. It marks the boundary between a positive prediction and a negative prediction.

Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true. Output values less than the threshold receive a negative response from the MLModel, such as false.

" }, "ScoreThresholdLastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the ScoreThreshold. The time is expressed in epoch time.

" }, "LogUri":{ "shape":"PresignedS3Url", "documentation":"

A link to the file that contains logs of the CreateMLModel operation.

" }, "Message":{ "shape":"Message", "documentation":"

A description of the most recent details about accessing the MLModel.

" }, "ComputeTime":{ "shape":"LongType", "documentation":"

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the MLModel, normalized and scaled on computation resources. ComputeTime is only available if the MLModel is in the COMPLETED state.

" }, "FinishedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the MLModel as COMPLETED or FAILED. FinishedAt is only available when the MLModel is in the COMPLETED or FAILED state.

" }, "StartedAt":{ "shape":"EpochTime", "documentation":"

The epoch time when Amazon Machine Learning marked the MLModel as INPROGRESS. StartedAt isn't available if the MLModel is in the PENDING state.

" }, "Recipe":{ "shape":"Recipe", "documentation":"

The recipe to use when training the MLModel. The Recipe provides detailed information about the observation data to use during training, and manipulations to perform on the observation data during training.

Note

This parameter is provided as part of the verbose format.

" }, "Schema":{ "shape":"DataSchema", "documentation":"

The schema used by all of the data files referenced by the DataSource.

Note

This parameter is provided as part of the verbose format.

" } }, "documentation":"

Represents the output of a GetMLModel operation, and provides detailed information about a MLModel.

" }, "IdempotentParameterMismatchException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "error":{"httpStatusCode":400}, "exception":true, "documentation":"

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

" }, "IntegerType":{ "type":"integer", "documentation":"

Integer type that is a 32-bit signed number.

" }, "InternalServerException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "error":{"httpStatusCode":500}, "exception":true, "fault":true, "documentation":"

An error on the server occurred when trying to process a request.

" }, "InvalidInputException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "error":{"httpStatusCode":400}, "exception":true, "documentation":"

An error on the client occurred. Typically, the cause is an invalid input value.

" }, "InvalidTagException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "exception":true }, "Label":{ "type":"string", "min":1 }, "LimitExceededException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "error":{"httpStatusCode":417}, "exception":true, "documentation":"

The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource.

" }, "LongType":{ "type":"long", "documentation":"

Long integer type that is a 64-bit signed number.

" }, "MLModel":{ "type":"structure", "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

The ID assigned to the MLModel at creation.

" }, "TrainingDataSourceId":{ "shape":"EntityId", "documentation":"

The ID of the training DataSource. The CreateMLModel operation uses the TrainingDataSourceId.

" }, "CreatedByIamUser":{ "shape":"AwsUserArn", "documentation":"

The AWS user account from which the MLModel was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the MLModel was created. The time is expressed in epoch time.

" }, "LastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the MLModel. The time is expressed in epoch time.

" }, "Name":{ "shape":"MLModelName", "documentation":"

A user-supplied name or description of the MLModel.

" }, "Status":{ "shape":"EntityStatus", "documentation":"

The current status of an MLModel. This element can have one of the following values:

" }, "SizeInBytes":{"shape":"LongType"}, "EndpointInfo":{ "shape":"RealtimeEndpointInfo", "documentation":"

The current endpoint of the MLModel.

" }, "TrainingParameters":{ "shape":"TrainingParameters", "documentation":"

A list of the training parameters in the MLModel. The list is implemented as a map of key-value pairs.

The following is the current set of training parameters:

" }, "InputDataLocationS3":{ "shape":"S3Url", "documentation":"

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

" }, "Algorithm":{ "shape":"Algorithm", "documentation":"

The algorithm used to train the MLModel. The following algorithm is supported:

" }, "MLModelType":{ "shape":"MLModelType", "documentation":"

Identifies the MLModel category. The following are the available types:

" }, "ScoreThreshold":{"shape":"ScoreThreshold"}, "ScoreThresholdLastUpdatedAt":{ "shape":"EpochTime", "documentation":"

The time of the most recent edit to the ScoreThreshold. The time is expressed in epoch time.

" }, "Message":{ "shape":"Message", "documentation":"

A description of the most recent details about accessing the MLModel.

" }, "ComputeTime":{"shape":"LongType"}, "FinishedAt":{"shape":"EpochTime"}, "StartedAt":{"shape":"EpochTime"} }, "documentation":"

Represents the output of a GetMLModel operation.

The content consists of the detailed metadata and the current status of the MLModel.

" }, "MLModelFilterVariable":{ "type":"string", "enum":[ "CreatedAt", "LastUpdatedAt", "Status", "Name", "IAMUser", "TrainingDataSourceId", "RealtimeEndpointStatus", "MLModelType", "Algorithm", "TrainingDataURI" ] }, "MLModelName":{ "type":"string", "max":1024 }, "MLModelType":{ "type":"string", "enum":[ "REGRESSION", "BINARY", "MULTICLASS" ] }, "MLModels":{ "type":"list", "member":{"shape":"MLModel"} }, "Message":{ "type":"string", "max":10240, "documentation":"

Description of the most recent details about an object.

" }, "PageLimit":{ "type":"integer", "min":1, "max":100 }, "PerformanceMetrics":{ "type":"structure", "members":{ "Properties":{"shape":"PerformanceMetricsProperties"} }, "documentation":"

Measurements of how well the MLModel performed on known observations. One of the following metrics is returned, based on the type of the MLModel:

For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.

" }, "PerformanceMetricsProperties":{ "type":"map", "key":{"shape":"PerformanceMetricsPropertyKey"}, "value":{"shape":"PerformanceMetricsPropertyValue"} }, "PerformanceMetricsPropertyKey":{"type":"string"}, "PerformanceMetricsPropertyValue":{"type":"string"}, "PredictInput":{ "type":"structure", "required":[ "MLModelId", "Record", "PredictEndpoint" ], "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

A unique identifier of the MLModel.

" }, "Record":{"shape":"Record"}, "PredictEndpoint":{"shape":"VipURL"} } }, "PredictOutput":{ "type":"structure", "members":{ "Prediction":{"shape":"Prediction"} } }, "Prediction":{ "type":"structure", "members":{ "predictedLabel":{ "shape":"Label", "documentation":"

The prediction label for either a BINARY or MULTICLASS MLModel.

" }, "predictedValue":{ "shape":"floatLabel", "documentation":"The prediction value for REGRESSION MLModel." }, "predictedScores":{"shape":"ScoreValuePerLabelMap"}, "details":{"shape":"DetailsMap"} }, "documentation":"

The output from a Predict operation:

" }, "PredictorNotMountedException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "error":{"httpStatusCode":400}, "exception":true, "documentation":"

The exception is thrown when a predict request is made to an unmounted MLModel.

" }, "PresignedS3Url":{"type":"string"}, "RDSDataSpec":{ "type":"structure", "required":[ "DatabaseInformation", "SelectSqlQuery", "DatabaseCredentials", "S3StagingLocation", "ResourceRole", "ServiceRole", "SubnetId", "SecurityGroupIds" ], "members":{ "DatabaseInformation":{ "shape":"RDSDatabase", "documentation":"

Describes the DatabaseName and InstanceIdentifier of an Amazon RDS database.

" }, "SelectSqlQuery":{ "shape":"RDSSelectSqlQuery", "documentation":"

The query that is used to retrieve the observation data for the DataSource.

" }, "DatabaseCredentials":{ "shape":"RDSDatabaseCredentials", "documentation":"

The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.

" }, "S3StagingLocation":{ "shape":"S3Url", "documentation":"

The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery is stored in this location.

" }, "DataRearrangement":{ "shape":"DataRearrangement", "documentation":"

A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource. If the DataRearrangement parameter is not provided, all of the input data is used to create the Datasource.

There are multiple parameters that control what data is used to create a datasource:

" }, "DataSchema":{ "shape":"DataSchema", "documentation":"

A JSON string that represents the schema for an Amazon RDS DataSource. The DataSchema defines the structure of the observation data in the data file(s) referenced in the DataSource.

A DataSchema is not required if you specify a DataSchemaUri

Define your DataSchema as a series of key-value pairs. attributes and excludedVariableNames have an array of key-value pairs for their value. Use the following format to define your DataSchema.

{ \"version\": \"1.0\",

\"recordAnnotationFieldName\": \"F1\",

\"recordWeightFieldName\": \"F2\",

\"targetFieldName\": \"F3\",

\"dataFormat\": \"CSV\",

\"dataFileContainsHeader\": true,

\"attributes\": [

{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],

\"excludedVariableNames\": [ \"F6\" ] }

" }, "DataSchemaUri":{ "shape":"S3Url", "documentation":"

The Amazon S3 location of the DataSchema.

" }, "ResourceRole":{ "shape":"EDPResourceRole", "documentation":"

The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task. For more information, see Role templates for data pipelines.

" }, "ServiceRole":{ "shape":"EDPServiceRole", "documentation":"

The role (DataPipelineDefaultRole) assumed by AWS Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.

" }, "SubnetId":{ "shape":"EDPSubnetId", "documentation":"

The subnet ID to be used to access a VPC-based RDS DB instance. This attribute is used by Data Pipeline to carry out the copy task from Amazon RDS to Amazon S3.

" }, "SecurityGroupIds":{ "shape":"EDPSecurityGroupIds", "documentation":"

The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.

" } }, "documentation":"

The data specification of an Amazon Relational Database Service (Amazon RDS) DataSource.

" }, "RDSDatabase":{ "type":"structure", "required":[ "InstanceIdentifier", "DatabaseName" ], "members":{ "InstanceIdentifier":{ "shape":"RDSInstanceIdentifier", "documentation":"

The ID of an RDS DB instance.

" }, "DatabaseName":{"shape":"RDSDatabaseName"} }, "documentation":"

The database details of an Amazon RDS database.

" }, "RDSDatabaseCredentials":{ "type":"structure", "required":[ "Username", "Password" ], "members":{ "Username":{"shape":"RDSDatabaseUsername"}, "Password":{"shape":"RDSDatabasePassword"} }, "documentation":"

The database credentials to connect to a database on an RDS DB instance.

" }, "RDSDatabaseName":{ "type":"string", "min":1, "max":64, "documentation":"

The name of a database hosted on an RDS DB instance.

" }, "RDSDatabasePassword":{ "type":"string", "min":8, "max":128, "documentation":"

The password to be used by Amazon ML to connect to a database on an RDS DB instance. The password should have sufficient permissions to execute the RDSSelectQuery query.

" }, "RDSDatabaseUsername":{ "type":"string", "min":1, "max":128, "documentation":"

The username to be used by Amazon ML to connect to database on an Amazon RDS instance. The username should have sufficient permissions to execute an RDSSelectSqlQuery query.

" }, "RDSInstanceIdentifier":{ "type":"string", "min":1, "max":63, "pattern":"[a-z0-9-]+", "documentation":"Identifier of RDS DB Instances." }, "RDSMetadata":{ "type":"structure", "members":{ "Database":{ "shape":"RDSDatabase", "documentation":"

The database details required to connect to an Amazon RDS.

" }, "DatabaseUserName":{"shape":"RDSDatabaseUsername"}, "SelectSqlQuery":{ "shape":"RDSSelectSqlQuery", "documentation":"

The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose is true in GetDataSourceInput.

" }, "ResourceRole":{ "shape":"EDPResourceRole", "documentation":"

The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.

" }, "ServiceRole":{ "shape":"EDPServiceRole", "documentation":"

The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.

" }, "DataPipelineId":{ "shape":"EDPPipelineId", "documentation":"

The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.

" } }, "documentation":"

The datasource details that are specific to Amazon RDS.

" }, "RDSSelectSqlQuery":{ "type":"string", "min":1, "max":16777216, "documentation":"

The SQL query to be executed against the Amazon RDS database. The SQL query should be valid for the Amazon RDS type being used.

" }, "RealtimeEndpointInfo":{ "type":"structure", "members":{ "PeakRequestsPerSecond":{ "shape":"IntegerType", "documentation":"

The maximum processing rate for the real-time endpoint for MLModel, measured in incoming requests per second.

" }, "CreatedAt":{ "shape":"EpochTime", "documentation":"

The time that the request to create the real-time endpoint for the MLModel was received. The time is expressed in epoch time.

" }, "EndpointUrl":{ "shape":"VipURL", "documentation":"

The URI that specifies where to send real-time prediction requests for the MLModel.

Note

The application must wait until the real-time endpoint is ready before using this URI.

" }, "EndpointStatus":{ "shape":"RealtimeEndpointStatus", "documentation":"

The current status of the real-time endpoint for the MLModel. This element can have one of the following values:

" } }, "documentation":"

Describes the real-time endpoint information for an MLModel.

" }, "RealtimeEndpointStatus":{ "type":"string", "enum":[ "NONE", "READY", "UPDATING", "FAILED" ] }, "Recipe":{ "type":"string", "max":131071 }, "Record":{ "type":"map", "key":{"shape":"VariableName"}, "value":{"shape":"VariableValue"}, "documentation":"

A map of variable name-value pairs that represent an observation.

" }, "RedshiftClusterIdentifier":{ "type":"string", "min":1, "max":63, "pattern":"[a-z0-9-]+", "documentation":"

The ID of an Amazon Redshift cluster.

" }, "RedshiftDataSpec":{ "type":"structure", "required":[ "DatabaseInformation", "SelectSqlQuery", "DatabaseCredentials", "S3StagingLocation" ], "members":{ "DatabaseInformation":{ "shape":"RedshiftDatabase", "documentation":"

Describes the DatabaseName and ClusterIdentifier for an Amazon Redshift DataSource.

" }, "SelectSqlQuery":{ "shape":"RedshiftSelectSqlQuery", "documentation":"

Describes the SQL Query to execute on an Amazon Redshift database for an Amazon Redshift DataSource.

" }, "DatabaseCredentials":{ "shape":"RedshiftDatabaseCredentials", "documentation":"

Describes AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon Redshift database.

" }, "S3StagingLocation":{ "shape":"S3Url", "documentation":"

Describes an Amazon S3 location to store the result set of the SelectSqlQuery query.

" }, "DataRearrangement":{ "shape":"DataRearrangement", "documentation":"

A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource. If the DataRearrangement parameter is not provided, all of the input data is used to create the Datasource.

There are multiple parameters that control what data is used to create a datasource:

" }, "DataSchema":{ "shape":"DataSchema", "documentation":"

A JSON string that represents the schema for an Amazon Redshift DataSource. The DataSchema defines the structure of the observation data in the data file(s) referenced in the DataSource.

A DataSchema is not required if you specify a DataSchemaUri.

Define your DataSchema as a series of key-value pairs. attributes and excludedVariableNames have an array of key-value pairs for their value. Use the following format to define your DataSchema.

{ \"version\": \"1.0\",

\"recordAnnotationFieldName\": \"F1\",

\"recordWeightFieldName\": \"F2\",

\"targetFieldName\": \"F3\",

\"dataFormat\": \"CSV\",

\"dataFileContainsHeader\": true,

\"attributes\": [

{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],

\"excludedVariableNames\": [ \"F6\" ] }

" }, "DataSchemaUri":{ "shape":"S3Url", "documentation":"

Describes the schema location for an Amazon Redshift DataSource.

" } }, "documentation":"

Describes the data specification of an Amazon Redshift DataSource.

" }, "RedshiftDatabase":{ "type":"structure", "required":[ "DatabaseName", "ClusterIdentifier" ], "members":{ "DatabaseName":{"shape":"RedshiftDatabaseName"}, "ClusterIdentifier":{"shape":"RedshiftClusterIdentifier"} }, "documentation":"

Describes the database details required to connect to an Amazon Redshift database.

" }, "RedshiftDatabaseCredentials":{ "type":"structure", "required":[ "Username", "Password" ], "members":{ "Username":{"shape":"RedshiftDatabaseUsername"}, "Password":{"shape":"RedshiftDatabasePassword"} }, "documentation":"

Describes the database credentials for connecting to a database on an Amazon Redshift cluster.

" }, "RedshiftDatabaseName":{ "type":"string", "min":1, "max":64, "pattern":"[a-z0-9]+", "documentation":"

The name of a database hosted on an Amazon Redshift cluster.

" }, "RedshiftDatabasePassword":{ "type":"string", "min":8, "max":64, "documentation":"

A password to be used by Amazon ML to connect to a database on an Amazon Redshift cluster. The password should have sufficient permissions to execute a RedshiftSelectSqlQuery query. The password should be valid for an Amazon Redshift USER.

" }, "RedshiftDatabaseUsername":{ "type":"string", "min":1, "max":128, "documentation":"

A username to be used by Amazon Machine Learning (Amazon ML)to connect to a database on an Amazon Redshift cluster. The username should have sufficient permissions to execute the RedshiftSelectSqlQuery query. The username should be valid for an Amazon Redshift USER.

" }, "RedshiftMetadata":{ "type":"structure", "members":{ "RedshiftDatabase":{"shape":"RedshiftDatabase"}, "DatabaseUserName":{"shape":"RedshiftDatabaseUsername"}, "SelectSqlQuery":{ "shape":"RedshiftSelectSqlQuery", "documentation":"

The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose is true in GetDataSourceInput.

" } }, "documentation":"

Describes the DataSource details specific to Amazon Redshift.

" }, "RedshiftSelectSqlQuery":{ "type":"string", "min":1, "max":16777216, "documentation":"

Describes the SQL query to execute on the Amazon Redshift database. The SQL query should be valid for an Amazon Redshift SELECT.

" }, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "error":{"httpStatusCode":404}, "exception":true, "documentation":"

A specified resource cannot be located.

" }, "RoleARN":{ "type":"string", "min":1, "max":110, "documentation":"

The Amazon Resource Name (ARN) of an AWS IAM Role, such as the following: arn:aws:iam::account:role/rolename.

" }, "S3DataSpec":{ "type":"structure", "required":["DataLocationS3"], "members":{ "DataLocationS3":{ "shape":"S3Url", "documentation":"

The location of the data file(s) used by a DataSource. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.

" }, "DataRearrangement":{ "shape":"DataRearrangement", "documentation":"

A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource. If the DataRearrangement parameter is not provided, all of the input data is used to create the Datasource.

There are multiple parameters that control what data is used to create a datasource:

" }, "DataSchema":{ "shape":"DataSchema", "documentation":"

A JSON string that represents the schema for an Amazon S3 DataSource. The DataSchema defines the structure of the observation data in the data file(s) referenced in the DataSource.

You must provide either the DataSchema or the DataSchemaLocationS3.

Define your DataSchema as a series of key-value pairs. attributes and excludedVariableNames have an array of key-value pairs for their value. Use the following format to define your DataSchema.

{ \"version\": \"1.0\",

\"recordAnnotationFieldName\": \"F1\",

\"recordWeightFieldName\": \"F2\",

\"targetFieldName\": \"F3\",

\"dataFormat\": \"CSV\",

\"dataFileContainsHeader\": true,

\"attributes\": [

{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],

\"excludedVariableNames\": [ \"F6\" ] }

" }, "DataSchemaLocationS3":{ "shape":"S3Url", "documentation":"

Describes the schema location in Amazon S3. You must provide either the DataSchema or the DataSchemaLocationS3.

" } }, "documentation":"

Describes the data specification of a DataSource.

" }, "S3Url":{ "type":"string", "max":2048, "pattern":"s3://([^/]+)(/.*)?", "documentation":"

A reference to a file or bucket on Amazon Simple Storage Service (Amazon S3).

" }, "ScoreThreshold":{"type":"float"}, "ScoreValue":{"type":"float"}, "ScoreValuePerLabelMap":{ "type":"map", "key":{"shape":"Label"}, "value":{"shape":"ScoreValue"}, "documentation":"Provides the raw classification score corresponding to each label." }, "SortOrder":{ "type":"string", "enum":[ "asc", "dsc" ], "documentation":"

The sort order specified in a listing condition. Possible values include the following:

" }, "StringType":{ "type":"string", "documentation":"

String type.

" }, "Tag":{ "type":"structure", "members":{ "Key":{ "shape":"TagKey", "documentation":"

A unique identifier for the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.

" }, "Value":{ "shape":"TagValue", "documentation":"

An optional string, typically used to describe or define the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.

" } }, "documentation":"

A custom key-value pair associated with an ML object, such as an ML model.

" }, "TagKey":{ "type":"string", "min":1, "max":128, "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":100 }, "TagLimitExceededException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "exception":true }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "max":100 }, "TagValue":{ "type":"string", "min":0, "max":256, "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" }, "TaggableResourceType":{ "type":"string", "enum":[ "BatchPrediction", "DataSource", "Evaluation", "MLModel" ] }, "TrainingParameters":{ "type":"map", "key":{"shape":"StringType"}, "value":{"shape":"StringType"} }, "UpdateBatchPredictionInput":{ "type":"structure", "required":[ "BatchPredictionId", "BatchPredictionName" ], "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

The ID assigned to the BatchPrediction during creation.

" }, "BatchPredictionName":{ "shape":"EntityName", "documentation":"

A new user-supplied name or description of the BatchPrediction.

" } } }, "UpdateBatchPredictionOutput":{ "type":"structure", "members":{ "BatchPredictionId":{ "shape":"EntityId", "documentation":"

The ID assigned to the BatchPrediction during creation. This value should be identical to the value of the BatchPredictionId in the request.

" } }, "documentation":"

Represents the output of an UpdateBatchPrediction operation.

You can see the updated content by using the GetBatchPrediction operation.

" }, "UpdateDataSourceInput":{ "type":"structure", "required":[ "DataSourceId", "DataSourceName" ], "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

The ID assigned to the DataSource during creation.

" }, "DataSourceName":{ "shape":"EntityName", "documentation":"

A new user-supplied name or description of the DataSource that will replace the current description.

" } } }, "UpdateDataSourceOutput":{ "type":"structure", "members":{ "DataSourceId":{ "shape":"EntityId", "documentation":"

The ID assigned to the DataSource during creation. This value should be identical to the value of the DataSourceID in the request.

" } }, "documentation":"

Represents the output of an UpdateDataSource operation.

You can see the updated content by using the GetBatchPrediction operation.

" }, "UpdateEvaluationInput":{ "type":"structure", "required":[ "EvaluationId", "EvaluationName" ], "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

The ID assigned to the Evaluation during creation.

" }, "EvaluationName":{ "shape":"EntityName", "documentation":"

A new user-supplied name or description of the Evaluation that will replace the current content.

" } } }, "UpdateEvaluationOutput":{ "type":"structure", "members":{ "EvaluationId":{ "shape":"EntityId", "documentation":"

The ID assigned to the Evaluation during creation. This value should be identical to the value of the Evaluation in the request.

" } }, "documentation":"

Represents the output of an UpdateEvaluation operation.

You can see the updated content by using the GetEvaluation operation.

" }, "UpdateMLModelInput":{ "type":"structure", "required":["MLModelId"], "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

The ID assigned to the MLModel during creation.

" }, "MLModelName":{ "shape":"EntityName", "documentation":"

A user-supplied name or description of the MLModel.

" }, "ScoreThreshold":{ "shape":"ScoreThreshold", "documentation":"

The ScoreThreshold used in binary classification MLModel that marks the boundary between a positive prediction and a negative prediction.

Output values greater than or equal to the ScoreThreshold receive a positive result from the MLModel, such as true. Output values less than the ScoreThreshold receive a negative response from the MLModel, such as false.

" } } }, "UpdateMLModelOutput":{ "type":"structure", "members":{ "MLModelId":{ "shape":"EntityId", "documentation":"

The ID assigned to the MLModel during creation. This value should be identical to the value of the MLModelID in the request.

" } }, "documentation":"

Represents the output of an UpdateMLModel operation.

You can see the updated content by using the GetMLModel operation.

" }, "VariableName":{ "type":"string", "documentation":"

The name of a variable. Currently it's used to specify the name of the target value, label, weight, and tags.

" }, "VariableValue":{ "type":"string", "documentation":"

The value of a variable. Currently it's used to specify values of the target value, weights, and tag variables and for filtering variable values.

" }, "Verbose":{ "type":"boolean", "documentation":"

Specifies whether a describe operation should return exhaustive or abbreviated information.

" }, "VipURL":{ "type":"string", "max":2048, "pattern":"https://[a-zA-Z0-9-.]*\\.amazon(aws)?\\.com[/]?" }, "floatLabel":{"type":"float"} }, "examples":{ } }