CopyableBuilder<BatchPrediction.Builder,BatchPrediction>
, SdkBuilder<BatchPrediction.Builder,BatchPrediction>
public static interface BatchPrediction.Builder extends CopyableBuilder<BatchPrediction.Builder,BatchPrediction>
Modifier and Type | Method | Description |
---|---|---|
BatchPrediction.Builder |
batchPredictionDataSourceId(String batchPredictionDataSourceId) |
The ID of the
DataSource that points to the group of observations to predict. |
BatchPrediction.Builder |
batchPredictionId(String batchPredictionId) |
The ID assigned to the
BatchPrediction at creation. |
BatchPrediction.Builder |
computeTime(Long computeTime) |
|
BatchPrediction.Builder |
createdAt(Date createdAt) |
The time that the
BatchPrediction was created. |
BatchPrediction.Builder |
createdByIamUser(String createdByIamUser) |
The AWS user account that invoked the
BatchPrediction . |
BatchPrediction.Builder |
finishedAt(Date finishedAt) |
|
BatchPrediction.Builder |
inputDataLocationS3(String inputDataLocationS3) |
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
BatchPrediction.Builder |
invalidRecordCount(Long invalidRecordCount) |
|
BatchPrediction.Builder |
lastUpdatedAt(Date lastUpdatedAt) |
The time of the most recent edit to the
BatchPrediction . |
BatchPrediction.Builder |
message(String message) |
A description of the most recent details about processing the batch prediction request.
|
BatchPrediction.Builder |
mlModelId(String mlModelId) |
The ID of the
MLModel that generated predictions for the BatchPrediction request. |
BatchPrediction.Builder |
name(String name) |
A user-supplied name or description of the
BatchPrediction . |
BatchPrediction.Builder |
outputUri(String outputUri) |
The location of an Amazon S3 bucket or directory to receive the operation results.
|
BatchPrediction.Builder |
startedAt(Date startedAt) |
|
BatchPrediction.Builder |
status(String status) |
The status of the
BatchPrediction . |
BatchPrediction.Builder |
status(EntityStatus status) |
The status of the
BatchPrediction . |
BatchPrediction.Builder |
totalRecordCount(Long totalRecordCount) |
copy
apply, build
BatchPrediction.Builder batchPredictionId(String batchPredictionId)
The ID assigned to the BatchPrediction
at creation. This value should be identical to the value
of the BatchPredictionID
in the request.
batchPredictionId
- The ID assigned to the BatchPrediction
at creation. This value should be identical to the
value of the BatchPredictionID
in the request.BatchPrediction.Builder mlModelId(String mlModelId)
The ID of the MLModel
that generated predictions for the BatchPrediction
request.
mlModelId
- The ID of the MLModel
that generated predictions for the BatchPrediction
request.BatchPrediction.Builder batchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the DataSource
that points to the group of observations to predict.
batchPredictionDataSourceId
- The ID of the DataSource
that points to the group of observations to predict.BatchPrediction.Builder inputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
inputDataLocationS3
- The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).BatchPrediction.Builder createdByIamUser(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.
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.Builder createdAt(Date createdAt)
The time that the BatchPrediction
was created. The time is expressed in epoch time.
createdAt
- The time that the BatchPrediction
was created. The time is expressed in epoch time.BatchPrediction.Builder lastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
lastUpdatedAt
- The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch
time.BatchPrediction.Builder name(String name)
A user-supplied name or description of the BatchPrediction
.
name
- A user-supplied name or description of the BatchPrediction
.BatchPrediction.Builder status(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.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.EntityStatus
BatchPrediction.Builder status(EntityStatus 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.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.EntityStatus
BatchPrediction.Builder outputUri(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: ':', '//', '/./',
'/../'.
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:
':', '//', '/./', '/../'.BatchPrediction.Builder message(String message)
A description of the most recent details about processing the batch prediction request.
message
- A description of the most recent details about processing the batch prediction request.BatchPrediction.Builder computeTime(Long computeTime)
computeTime
- BatchPrediction.Builder finishedAt(Date finishedAt)
finishedAt
- BatchPrediction.Builder startedAt(Date startedAt)
startedAt
- BatchPrediction.Builder totalRecordCount(Long totalRecordCount)
totalRecordCount
- BatchPrediction.Builder invalidRecordCount(Long invalidRecordCount)
invalidRecordCount
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.