public static interface GetBatchPredictionResponse.Builder extends MachineLearningResponse.Builder, CopyableBuilder<GetBatchPredictionResponse.Builder,GetBatchPredictionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionResponse.Builder |
batchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSource that was used to create the BatchPrediction. |
GetBatchPredictionResponse.Builder |
batchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
GetBatchPredictionResponse.Builder |
computeTime(Long computeTime)
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
BatchPrediction, normalized and scaled on computation resources. |
GetBatchPredictionResponse.Builder |
createdAt(Instant createdAt)
The time when the
BatchPrediction was created. |
GetBatchPredictionResponse.Builder |
createdByIamUser(String createdByIamUser)
The AWS user account that invoked the
BatchPrediction. |
GetBatchPredictionResponse.Builder |
finishedAt(Instant finishedAt)
The epoch time when Amazon Machine Learning marked the
BatchPrediction as COMPLETED
or FAILED. |
GetBatchPredictionResponse.Builder |
inputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
GetBatchPredictionResponse.Builder |
invalidRecordCount(Long invalidRecordCount)
The number of invalid records that Amazon Machine Learning saw while processing the
BatchPrediction. |
GetBatchPredictionResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to
BatchPrediction. |
GetBatchPredictionResponse.Builder |
logUri(String logUri)
A link to the file that contains logs of the
CreateBatchPrediction operation. |
GetBatchPredictionResponse.Builder |
message(String message)
A description of the most recent details about processing the batch prediction request.
|
GetBatchPredictionResponse.Builder |
mlModelId(String mlModelId)
The ID of the
MLModel that generated predictions for the BatchPrediction request. |
GetBatchPredictionResponse.Builder |
name(String name)
A user-supplied name or description of the
BatchPrediction. |
GetBatchPredictionResponse.Builder |
outputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the operation results.
|
GetBatchPredictionResponse.Builder |
startedAt(Instant startedAt)
The epoch time when Amazon Machine Learning marked the
BatchPrediction as
INPROGRESS. |
GetBatchPredictionResponse.Builder |
status(EntityStatus status)
The status of the
BatchPrediction, which can be one of the following values: |
GetBatchPredictionResponse.Builder |
status(String status)
The status of the
BatchPrediction, which can be one of the following values: |
GetBatchPredictionResponse.Builder |
totalRecordCount(Long totalRecordCount)
The number of total records that Amazon Machine Learning saw while processing the
BatchPrediction. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)
An ID assigned to the BatchPrediction at creation. This value should be identical to the value
of the BatchPredictionID in the request.
batchPredictionId - An ID assigned to the BatchPrediction at creation. This value should be identical to the
value of the BatchPredictionID in the request.GetBatchPredictionResponse.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.GetBatchPredictionResponse.Builder batchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the DataSource that was used to create the BatchPrediction.
batchPredictionDataSourceId - The ID of the DataSource that was used to create the BatchPrediction.GetBatchPredictionResponse.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).GetBatchPredictionResponse.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.GetBatchPredictionResponse.Builder createdAt(Instant createdAt)
The time when the BatchPrediction was created. The time is expressed in epoch time.
createdAt - The time when the BatchPrediction was created. The time is expressed in epoch time.GetBatchPredictionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to BatchPrediction. The time is expressed in epoch time.
lastUpdatedAt - The time of the most recent edit to BatchPrediction. The time is expressed in epoch time.GetBatchPredictionResponse.Builder name(String name)
A user-supplied name or description of the BatchPrediction.
name - A user-supplied name or description of the BatchPrediction.GetBatchPredictionResponse.Builder status(String status)
The status of the 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 - The BatchPrediction is marked as deleted. It is not usable.status - The status of the 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 - The BatchPrediction is marked as deleted. It is not usable.EntityStatus,
EntityStatusGetBatchPredictionResponse.Builder status(EntityStatus status)
The status of the 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 - The BatchPrediction is marked as deleted. It is not usable.status - The status of the 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 - The BatchPrediction is marked as deleted. It is not usable.EntityStatus,
EntityStatusGetBatchPredictionResponse.Builder outputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the operation results.
outputUri - The location of an Amazon S3 bucket or directory to receive the operation results.GetBatchPredictionResponse.Builder logUri(String logUri)
A link to the file that contains logs of the CreateBatchPrediction operation.
logUri - A link to the file that contains logs of the CreateBatchPrediction operation.GetBatchPredictionResponse.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.GetBatchPredictionResponse.Builder computeTime(Long computeTime)
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
BatchPrediction, normalized and scaled on computation resources. ComputeTime is
only available if the BatchPrediction is in the COMPLETED state.
computeTime - The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
BatchPrediction, normalized and scaled on computation resources. ComputeTime
is only available if the BatchPrediction is in the COMPLETED state.GetBatchPredictionResponse.Builder finishedAt(Instant finishedAt)
The epoch time when Amazon Machine Learning marked the BatchPrediction as COMPLETED
or FAILED. FinishedAt is only available when the BatchPrediction is in
the COMPLETED or FAILED state.
finishedAt - The epoch time when Amazon Machine Learning marked the BatchPrediction as
COMPLETED or FAILED. FinishedAt is only available when the
BatchPrediction is in the COMPLETED or FAILED state.GetBatchPredictionResponse.Builder startedAt(Instant startedAt)
The epoch time when Amazon Machine Learning marked the BatchPrediction as
INPROGRESS. StartedAt isn't available if the BatchPrediction is in the
PENDING state.
startedAt - The epoch time when Amazon Machine Learning marked the BatchPrediction as
INPROGRESS. StartedAt isn't available if the BatchPrediction is
in the PENDING state.GetBatchPredictionResponse.Builder totalRecordCount(Long totalRecordCount)
The number of total records that Amazon Machine Learning saw while processing the
BatchPrediction.
totalRecordCount - The number of total records that Amazon Machine Learning saw while processing the
BatchPrediction.GetBatchPredictionResponse.Builder invalidRecordCount(Long invalidRecordCount)
The number of invalid records that Amazon Machine Learning saw while processing the
BatchPrediction.
invalidRecordCount - The number of invalid records that Amazon Machine Learning saw while processing the
BatchPrediction.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.