NAME
Paws::MachineLearning::GetBatchPredictionOutput
ATTRIBUTES
BatchPredictionDataSourceId => Str
The ID of the C<DataSource> that was used to create the
C<BatchPrediction>.
BatchPredictionId => Str
An ID assigned to the C<BatchPrediction> at creation. This value should
be identical to the value of the C<BatchPredictionID> in the request.
CreatedAt => Str
The time when the C<BatchPrediction> was created. The time is expressed
in epoch time.
CreatedByIamUser => Str
The AWS user account that invoked the C<BatchPrediction>. The account
type can be either an AWS root account or an AWS Identity and Access
Management (IAM) user account.
InputDataLocationS3 => Str
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
LastUpdatedAt => Str
The time of the most recent edit to C<BatchPrediction>. The time is
expressed in epoch time.
LogUri => Str
A link to the file that contains logs of the CreateBatchPrediction
operation.
Message => Str
A description of the most recent details about processing the batch
prediction request.
MLModelId => Str
The ID of the C<MLModel> that generated predictions for the
C<BatchPrediction> request.
Name => Str
A user-supplied name or description of the C<BatchPrediction>.
OutputUri => Str
The location of an Amazon S3 bucket or directory to receive the
operation results.
Status => Str
The status of the C<BatchPrediction>, which can be one of the following
values:
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions.INPROGRESS
- The batch predictions are in progress.FAILED
- The request to perform a batch prediction did not run to completion. It is not usable.COMPLETED
- The batch prediction process completed successfully.DELETED
- TheBatchPrediction
is marked as deleted. It is not usable.