machinelearning-2014-12-12 library
Classes
- AddTagsOutput
- Amazon ML returns the following elements.
- AwsClientCredentials
- AWS credentials.
- BatchPrediction
-
Represents the output of a
GetBatchPredictionoperation. - CreateBatchPredictionOutput
-
Represents the output of a
CreateBatchPredictionoperation, and is an acknowledgement that Amazon ML received the request. - CreateDataSourceFromRDSOutput
-
Represents the output of a
CreateDataSourceFromRDSoperation, and is an acknowledgement that Amazon ML received the request. - CreateDataSourceFromRedshiftOutput
-
Represents the output of a
CreateDataSourceFromRedshiftoperation, and is an acknowledgement that Amazon ML received the request. - CreateDataSourceFromS3Output
-
Represents the output of a
CreateDataSourceFromS3operation, and is an acknowledgement that Amazon ML received the request. - CreateEvaluationOutput
-
Represents the output of a
CreateEvaluationoperation, and is an acknowledgement that Amazon ML received the request. - CreateMLModelOutput
-
Represents the output of a
CreateMLModeloperation, and is an acknowledgement that Amazon ML received the request. - CreateRealtimeEndpointOutput
-
Represents the output of an
CreateRealtimeEndpointoperation. - DataSource
-
Represents the output of the
GetDataSourceoperation. - DeleteBatchPredictionOutput
-
Represents the output of a
DeleteBatchPredictionoperation. - DeleteDataSourceOutput
-
Represents the output of a
DeleteDataSourceoperation. - DeleteEvaluationOutput
-
Represents the output of a
DeleteEvaluationoperation. The output indicates that Amazon Machine Learning (Amazon ML) received the request. - DeleteMLModelOutput
-
Represents the output of a
DeleteMLModeloperation. - DeleteRealtimeEndpointOutput
-
Represents the output of an
DeleteRealtimeEndpointoperation. - DeleteTagsOutput
- Amazon ML returns the following elements.
- DescribeBatchPredictionsOutput
-
Represents the output of a
DescribeBatchPredictionsoperation. The content is essentially a list ofBatchPredictions. - DescribeDataSourcesOutput
-
Represents the query results from a DescribeDataSources operation.
The content is essentially a list of
DataSource. - DescribeEvaluationsOutput
-
Represents the query results from a
DescribeEvaluationsoperation. The content is essentially a list ofEvaluation. - DescribeMLModelsOutput
-
Represents the output of a
DescribeMLModelsoperation. The content is essentially a list ofMLModel. - DescribeTagsOutput
- Amazon ML returns the following elements.
- Evaluation
-
Represents the output of
GetEvaluationoperation. - GetBatchPredictionOutput
-
Represents the output of a
GetBatchPredictionoperation and describes aBatchPrediction. - GetDataSourceOutput
-
Represents the output of a
GetDataSourceoperation and describes aDataSource. - GetEvaluationOutput
-
Represents the output of a
GetEvaluationoperation and describes anEvaluation. - GetMLModelOutput
-
Represents the output of a
GetMLModeloperation, and provides detailed information about aMLModel. - MachineLearning
- Definition of the public APIs exposed by Amazon Machine Learning
- MLModel
-
Represents the output of a
GetMLModeloperation. - PerformanceMetrics
-
Measurements of how well the
MLModelperformed on known observations. One of the following metrics is returned, based on the type of theMLModel: - Prediction
-
The output from a
Predictoperation: - PredictOutput
- RDSDatabase
- The database details of an Amazon RDS database.
- RDSDatabaseCredentials
- The database credentials to connect to a database on an RDS DB instance.
- RDSDataSpec
-
The data specification of an Amazon Relational Database Service (Amazon RDS)
DataSource. - RDSMetadata
- The datasource details that are specific to Amazon RDS.
- RealtimeEndpointInfo
-
Describes the real-time endpoint information for an
MLModel. - RedshiftDatabase
- Describes the database details required to connect to an Amazon Redshift database.
- RedshiftDatabaseCredentials
- Describes the database credentials for connecting to a database on an Amazon Redshift cluster.
- RedshiftDataSpec
-
Describes the data specification of an Amazon Redshift
DataSource. - RedshiftMetadata
-
Describes the
DataSourcedetails specific to Amazon Redshift. - S3DataSpec
-
Describes the data specification of a
DataSource. - Tag
- A custom key-value pair associated with an ML object, such as an ML model.
- UpdateBatchPredictionOutput
-
Represents the output of an
UpdateBatchPredictionoperation. - UpdateDataSourceOutput
-
Represents the output of an
UpdateDataSourceoperation. - UpdateEvaluationOutput
-
Represents the output of an
UpdateEvaluationoperation. - UpdateMLModelOutput
-
Represents the output of an
UpdateMLModeloperation.
Enums
- Algorithm
-
The function used to train an
MLModel. Training choices supported by Amazon ML include the following: - BatchPredictionFilterVariable
-
A list of the variables to use in searching or filtering
BatchPrediction. - DataSourceFilterVariable
-
A list of the variables to use in searching or filtering
DataSource. - DetailsAttributes
-
Contains the key values of
DetailsMap:PredictiveModelType- Indicates the type of theMLModel.Algorithm- Indicates the algorithm that was used for theMLModel. - EntityStatus
- Object status with the following possible values:
- EvaluationFilterVariable
-
A list of the variables to use in searching or filtering
Evaluation. - MLModelFilterVariable
- MLModelType
- RealtimeEndpointStatus
- SortOrder
- The sort order specified in a listing condition. Possible values include the following:
- TaggableResourceType
Extensions
- AlgorithmFromString on String
- AlgorithmValueExtension on Algorithm
- BatchPredictionFilterVariableFromString on String
- BatchPredictionFilterVariableValueExtension on BatchPredictionFilterVariable
- DataSourceFilterVariableFromString on String
- DataSourceFilterVariableValueExtension on DataSourceFilterVariable
- DetailsAttributesFromString on String
- DetailsAttributesValueExtension on DetailsAttributes
- EntityStatusFromString on String
- EntityStatusValueExtension on EntityStatus
- EvaluationFilterVariableFromString on String
- EvaluationFilterVariableValueExtension on EvaluationFilterVariable
- MLModelFilterVariableFromString on String
- MLModelFilterVariableValueExtension on MLModelFilterVariable
- MLModelTypeFromString on String
- MLModelTypeValueExtension on MLModelType
- RealtimeEndpointStatusFromString on String
- RealtimeEndpointStatusValueExtension on RealtimeEndpointStatus
- SortOrderFromString on String
- SortOrderValueExtension on SortOrder
- TaggableResourceTypeFromString on String
- TaggableResourceTypeValueExtension on TaggableResourceType
Exceptions / Errors
- IdempotentParameterMismatchException
- 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.
- InternalServerException
- An error on the server occurred when trying to process a request.
- InvalidInputException
- An error on the client occurred. Typically, the cause is an invalid input value.
- InvalidTagException
- LimitExceededException
-
The subscriber exceeded the maximum number of operations. This exception can
occur when listing objects such as
DataSource. - PredictorNotMountedException
-
The exception is thrown when a predict request is made to an unmounted
MLModel. - ResourceNotFoundException
- A specified resource cannot be located.
- TagLimitExceededException