Returns a <code>BatchPrediction</code> that includes detailed metadata, status, and data file information for a <code>Batch Prediction</code> request.
Headers
Request body
An ID assigned to the <code>BatchPrediction</code> at creation.
Response
Success
An ID assigned to the <code>BatchPrediction</code> at creation. This value should be identical to the value of the <code>BatchPredictionID</code> in the request.
The ID of the <code>MLModel</code> that generated predictions for the <code>BatchPrediction</code> request.
The ID of the <code>DataSource</code> that was used to create the <code>BatchPrediction</code>.
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
The AWS user account that invoked the <code>BatchPrediction</code>. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
The time when the <code>BatchPrediction</code> was created. The time is expressed in epoch time.
The time of the most recent edit to <code>BatchPrediction</code>. The time is expressed in epoch time.
A user-supplied name or description of the <code>BatchPrediction</code>.
The location of an Amazon S3 bucket or directory to receive the operation results.
A link to the file that contains logs of the <code>CreateBatchPrediction</code> operation.
A description of the most recent details about processing the batch prediction request.
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the <code>BatchPrediction</code>, normalized and scaled on computation resources. <code>ComputeTime</code> is only available if the <code>BatchPrediction</code> is in the <code>COMPLETED</code> state.
The epoch time when Amazon Machine Learning marked the <code>BatchPrediction</code> as <code>COMPLETED</code> or <code>FAILED</code>. <code>FinishedAt</code> is only available when the <code>BatchPrediction</code> is in the <code>COMPLETED</code> or <code>FAILED</code> state.
The epoch time when Amazon Machine Learning marked the <code>BatchPrediction</code> as <code>INPROGRESS</code>. <code>StartedAt</code> isn't available if the <code>BatchPrediction</code> is in the <code>PENDING</code> state.
The number of total records that Amazon Machine Learning saw while processing the <code>BatchPrediction</code>.
The number of invalid records that Amazon Machine Learning saw while processing the <code>BatchPrediction</code>.