| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.batchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSource that was used to create the BatchPrediction. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.batchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
static GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.builder() |
GetBatchPredictionResponse.Builder |
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 |
GetBatchPredictionResponse.Builder.createdAt(Instant createdAt)
The time when the
BatchPrediction was created. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.createdByIamUser(String createdByIamUser)
The AWS user account that invoked the
BatchPrediction. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.finishedAt(Instant finishedAt)
The epoch time when Amazon Machine Learning marked the
BatchPrediction as COMPLETED
or FAILED. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.inputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.invalidRecordCount(Long invalidRecordCount)
The number of invalid records that Amazon Machine Learning saw while processing the
BatchPrediction. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to
BatchPrediction. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.logUri(String logUri)
A link to the file that contains logs of the
CreateBatchPrediction operation. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.message(String message)
A description of the most recent details about processing the batch prediction request.
|
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.mlModelId(String mlModelId)
The ID of the
MLModel that generated predictions for the BatchPrediction request. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.name(String name)
A user-supplied name or description of the
BatchPrediction. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.outputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the operation results.
|
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.startedAt(Instant startedAt)
The epoch time when Amazon Machine Learning marked the
BatchPrediction as
INPROGRESS. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.status(EntityStatus status)
The status of the
BatchPrediction, which can be one of the following values: |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.status(String status)
The status of the
BatchPrediction, which can be one of the following values: |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.toBuilder() |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.totalRecordCount(Long totalRecordCount)
The number of total records that Amazon Machine Learning saw while processing the
BatchPrediction. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBatchPredictionResponse.Builder> |
GetBatchPredictionResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.