StructuredPojo, ToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>@Generated("software.amazon.awssdk:codegen") public class BatchPrediction extends Object implements StructuredPojo, ToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>
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.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
BatchPrediction.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
batchPredictionDataSourceId() |
The ID of the
DataSource that points to the group of observations to predict. |
String |
batchPredictionId() |
The ID assigned to the
BatchPrediction at creation. |
static BatchPrediction.Builder |
builder() |
|
Long |
computeTime() |
|
Date |
createdAt() |
The time that the
BatchPrediction was created. |
String |
createdByIamUser() |
The AWS user account that invoked the
BatchPrediction. |
boolean |
equals(Object obj) |
|
Date |
finishedAt() |
|
int |
hashCode() |
|
String |
inputDataLocationS3() |
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
Long |
invalidRecordCount() |
|
Date |
lastUpdatedAt() |
The time of the most recent edit to the
BatchPrediction. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
message() |
A description of the most recent details about processing the batch prediction request.
|
String |
mlModelId() |
The ID of the
MLModel that generated predictions for the BatchPrediction request. |
String |
name() |
A user-supplied name or description of the
BatchPrediction. |
String |
outputUri() |
The location of an Amazon S3 bucket or directory to receive the operation results.
|
static Class<? extends BatchPrediction.Builder> |
serializableBuilderClass() |
|
Date |
startedAt() |
|
String |
status() |
The status of the
BatchPrediction. |
BatchPrediction.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Long |
totalRecordCount() |
public String batchPredictionId()
The ID assigned to the BatchPrediction at creation. This value should be identical to the value of
the BatchPredictionID in the request.
BatchPrediction at creation. This value should be identical to the
value of the BatchPredictionID in the request.public String mlModelId()
The ID of the MLModel that generated predictions for the BatchPrediction request.
MLModel that generated predictions for the BatchPrediction
request.public String batchPredictionDataSourceId()
The ID of the DataSource that points to the group of observations to predict.
DataSource that points to the group of observations to predict.public String inputDataLocationS3()
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
public String createdByIamUser()
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.
BatchPrediction. The account type can be either an AWS
root account or an AWS Identity and Access Management (IAM) user account.public Date createdAt()
The time that the BatchPrediction was created. The time is expressed in epoch time.
BatchPrediction was created. The time is expressed in epoch time.public Date lastUpdatedAt()
The time of the most recent edit to the BatchPrediction. The time is expressed in epoch time.
BatchPrediction. The time is expressed in epoch
time.public String name()
A user-supplied name or description of the BatchPrediction.
BatchPrediction.public String status()
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 - The BatchPrediction is marked as deleted. It is not usable.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 - The BatchPrediction is marked as deleted. It is not usable.EntityStatuspublic String outputUri()
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: ':', '//', '/./', '/../'.
s3 key portion of the outputURI field: ':',
'//', '/./', '/../'.public String message()
A description of the most recent details about processing the batch prediction request.
public Long computeTime()
public Date finishedAt()
public Date startedAt()
public Long totalRecordCount()
public Long invalidRecordCount()
public BatchPrediction.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>public static BatchPrediction.Builder builder()
public static Class<? extends BatchPrediction.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.