NAME
Paws::MachineLearning::BatchPrediction
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::MachineLearning::BatchPrediction object:
$service_obj->Method(Att1 => { BatchPredictionDataSourceId => $value, ..., TotalRecordCount => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::MachineLearning::BatchPrediction object:
$result = $service_obj->Method(...);
$result->Att1->BatchPredictionDataSourceId
DESCRIPTION
Represents the output of a GetBatchPrediction
operation.
The content consists of the detailed metadata, the status, and the data file information of a Batch Prediction
.
ATTRIBUTES
BatchPredictionDataSourceId => Str
The ID of the DataSource
that points to the group of observations to predict.
BatchPredictionId => Str
The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
ComputeTime => Int
CreatedAt => Str
The time that the BatchPrediction
was created. The time is expressed in epoch time.
CreatedByIamUser => Str
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.
FinishedAt => Str
InputDataLocationS3 => Str
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
InvalidRecordCount => Int
LastUpdatedAt => Str
The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
Message => Str
A description of the most recent details about processing the batch prediction request.
MLModelId => Str
The ID of the MLModel
that generated predictions for the BatchPrediction
request.
Name => Str
A user-supplied name or description of the BatchPrediction
.
OutputUri => Str
The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key
portion of the outputURI
field: ':', '//', '/./', '/../'.
StartedAt => Str
Status => Str
The status of the BatchPrediction
. This element can have one of the following values:
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations.INPROGRESS
- The process is underway.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.
TotalRecordCount => Int
SEE ALSO
This class forms part of Paws, describing an object used in Paws::MachineLearning
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues