Amazon.MachineLearning.Model.Internal |
Имя | Описание |
---|---|
AddTagsRequest | Container for the parameters to the AddTags operation. 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. |
AddTagsResponse | Amazon ML returns the following elements. |
BatchPrediction | Represents the output of a GetBatchPrediction operation. The content consists of the detailed metadata, the status, and the data file information of a |
CreateBatchPredictionRequest | Container for the parameters to the CreateBatchPrediction operation. 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. You can poll for status updates by using the GetBatchPrediction operation and checking the |
CreateBatchPredictionResponse | Represents the output of a CreateBatchPrediction operation, and is an acknowledgement that Amazon ML received the request. The |
CreateDataSourceFromRDSRequest | Container for the parameters to the CreateDataSourceFromRDS operation. 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. If Amazon ML cannot accept the input source, it sets the |
CreateDataSourceFromRDSResponse | Represents the output of a CreateDataSourceFromRDS operation, and is an acknowledgement that Amazon ML received the request. The |
CreateDataSourceFromRedshiftRequest | Container for the parameters to the CreateDataSourceFromRedshift operation. 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. If Amazon ML can't accept the input source, it sets the The observations should be contained in the database hosted on an Amazon Redshift cluster and should be specified by a After the 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 |
CreateDataSourceFromRedshiftResponse | Represents the output of a CreateDataSourceFromRedshift operation, and is an acknowledgement that Amazon ML received the request. The |
CreateDataSourceFromS3Request | Container for the parameters to the CreateDataSourceFromS3 operation. Creates a DataSource object. A DataSource references data that can be used to perform CreateMLModel , CreateEvaluation , or CreateBatchPrediction operations. If Amazon ML can't accept the input source, it sets the The observation data used in a After the |
CreateDataSourceFromS3Response | Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML received the request. The |
CreateEvaluationRequest | Container for the parameters to the CreateEvaluation operation. 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 . You can use the |
CreateEvaluationResponse | Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received the request. |
CreateMLModelRequest | Container for the parameters to the CreateMLModel operation. Creates a new MLModel using the DataSource and the recipe as information sources. An You can use the |
CreateMLModelResponse | Represents the output of a CreateMLModel operation, and is an acknowledgement that Amazon ML received the request. The |
CreateRealtimeEndpointResponse | Represents the output of an CreateRealtimeEndpoint operation. The result contains the The endpoint information includes the URI of the |
DataSource | Represents the output of the GetDataSource operation. The content consists of the detailed metadata and data file information and the current status of the |
DeleteBatchPredictionResponse | Represents the output of a DeleteBatchPrediction operation. You can use the |
DeleteDataSourceResponse | Represents the output of a DeleteDataSource operation. |
DeleteEvaluationRequest | Container for the parameters to the DeleteEvaluation operation. Assigns the DELETED status to an Evaluation , rendering it unusable. After invoking the The results of the |
DeleteEvaluationResponse | Represents the output of a DeleteEvaluation operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request. You can use the |
DeleteMLModelResponse | Represents the output of a DeleteMLModel operation. You can use the |
DeleteRealtimeEndpointResponse | Represents the output of an DeleteRealtimeEndpoint operation. The result contains the |
DeleteTagsRequest | Container for the parameters to the DeleteTags operation. 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. |
DeleteTagsResponse | Amazon ML returns the following elements. |
DescribeBatchPredictionsRequest | Container for the parameters to the DescribeBatchPredictions operation. Returns a list of BatchPrediction operations that match the search criteria in the request. |
DescribeBatchPredictionsResponse | Represents the output of a DescribeBatchPredictions operation. The content is essentially a list of BatchPrediction s. |
DescribeEvaluationsResponse | Represents the query results from a DescribeEvaluations operation. The content is essentially a list of Evaluation . |
DescribeMLModelsRequest | Container for the parameters to the DescribeMLModels operation. Returns a list of MLModel that match the search criteria in the request. |
DescribeMLModelsResponse | Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel . |
DescribeTagsRequest | Container for the parameters to the DescribeTags operation. Describes one or more of the tags for your Amazon ML object. |
DescribeTagsResponse | Amazon ML returns the following elements. |
Evaluation | Represents the output of GetEvaluation operation. The content consists of the detailed metadata and data file information and the current status of the |
GetBatchPredictionResponse | Represents the output of a GetBatchPrediction operation and describes a BatchPrediction . |
GetDataSourceResponse | Represents the output of a GetDataSource operation and describes a DataSource . |
GetMLModelRequest | Container for the parameters to the GetMLModel operation. Returns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel . |
GetMLModelResponse | Represents the output of a GetMLModel operation, and provides detailed information about a MLModel . |
IdempotentParameterMismatchException | |
InternalServerException | |
InvalidInputException | |
InvalidTagException | |
LimitExceededException | |
MLModel | Represents the output of a GetMLModel operation. The content consists of the detailed metadata and the current status of the |
PredictResponse | This is the response object from the Predict operation. |
Prediction | The output from a Predict operation:
|
PredictorNotMountedException | |
RDSDataSpec | The data specification of an Amazon Relational Database Service (Amazon RDS) DataSource . |
RealtimeEndpointInfo | Describes the real-time endpoint information for an MLModel . |
RedshiftDataSpec | Describes the data specification of an Amazon Redshift DataSource . |
ResourceNotFoundException | |
S3DataSpec | Describes the data specification of a DataSource . |
Tag | A custom key-value pair associated with an ML object, such as an ML model. |
TagLimitExceededException | |
UpdateBatchPredictionRequest | Container for the parameters to the UpdateBatchPrediction operation. Updates the BatchPredictionName of a BatchPrediction . You can use the |
UpdateBatchPredictionResponse | Represents the output of an UpdateBatchPrediction operation. You can see the updated content by using the |
UpdateDataSourceRequest | Container for the parameters to the UpdateDataSource operation. Updates the DataSourceName of a DataSource . You can use the |
UpdateDataSourceResponse | Represents the output of an UpdateDataSource operation. You can see the updated content by using the |
UpdateEvaluationRequest | Container for the parameters to the UpdateEvaluation operation. Updates the EvaluationName of an Evaluation . You can use the |
UpdateEvaluationResponse | Represents the output of an UpdateEvaluation operation. You can see the updated content by using the |
UpdateMLModelRequest | Container for the parameters to the UpdateMLModel operation. Updates the MLModelName and the ScoreThreshold of an MLModel . You can use the |
UpdateMLModelResponse | Represents the output of an UpdateMLModel operation. You can see the updated content by using the |