Data retrieval APIs for Amazon Machine Learning
Amazon Machine Learning provides the following APIs for data retrieval.
Actions | Description | Access level |
---|---|---|
DescribeBatchPredictions | Returns a list of BatchPrediction operations that match the search criteria in the request | List |
DescribeDataSources | Returns a list of DataSource that match the search criteria in the request | List |
DescribeEvaluations | Returns a list of DescribeEvaluations that match the search criteria in the request | List |
DescribeMLModels | Returns a list of MLModel that match the search criteria in the request | List |
DescribeTags | Describes one or more of the tags for your Amazon ML object | List |
GetBatchPrediction | Returns a BatchPrediction that includes detailed metadata, status, and data file information | Read |
GetDataSource | Returns a DataSource that includes metadata and data file information, as well as the current status of the DataSource | Read |
GetEvaluation | Returns an Evaluation that includes metadata as well as the current status of the Evaluation | Read |
GetMLModel | Returns an MLModel that includes detailed metadata, and data source information as well as the current status of the MLModel | Read |