GetBatchPredictionResponse
Represents the output of a GetBatchPrediction operation and describes a BatchPrediction.
Types
Properties
The ID of the DataSource that was used to create the BatchPrediction.
An ID assigned to the BatchPrediction at creation. This value should be identical to the value of the BatchPredictionID in the request.
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.
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.
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.
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
The number of invalid records that Amazon Machine Learning saw while processing the BatchPrediction.
The time of the most recent edit to BatchPrediction. The time is expressed in epoch time.
The status of the BatchPrediction, which can be one of the following values:
The number of total records that Amazon Machine Learning saw while processing the BatchPrediction.