BatchPrediction.Builder |
BatchPrediction.Builder.batchPredictionDataSourceId(String batchPredictionDataSourceId) |
The ID of the DataSource that points to the group of observations to predict.
|
BatchPrediction.Builder |
BatchPrediction.Builder.batchPredictionId(String batchPredictionId) |
The ID assigned to the BatchPrediction at creation.
|
static BatchPrediction.Builder |
BatchPrediction.builder() |
|
BatchPrediction.Builder |
BatchPrediction.Builder.computeTime(Long computeTime) |
Sets the value of the ComputeTime property for this object.
|
BatchPrediction.Builder |
BatchPrediction.Builder.createdAt(Instant createdAt) |
The time that the BatchPrediction was created.
|
BatchPrediction.Builder |
BatchPrediction.Builder.createdByIamUser(String createdByIamUser) |
The AWS user account that invoked the BatchPrediction.
|
BatchPrediction.Builder |
BatchPrediction.Builder.finishedAt(Instant finishedAt) |
Sets the value of the FinishedAt property for this object.
|
BatchPrediction.Builder |
BatchPrediction.Builder.inputDataLocationS3(String inputDataLocationS3) |
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
BatchPrediction.Builder |
BatchPrediction.Builder.invalidRecordCount(Long invalidRecordCount) |
Sets the value of the InvalidRecordCount property for this object.
|
BatchPrediction.Builder |
BatchPrediction.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time of the most recent edit to the BatchPrediction.
|
BatchPrediction.Builder |
BatchPrediction.Builder.message(String message) |
A description of the most recent details about processing the batch prediction request.
|
BatchPrediction.Builder |
BatchPrediction.Builder.mlModelId(String mlModelId) |
The ID of the MLModel that generated predictions for the BatchPrediction request.
|
BatchPrediction.Builder |
BatchPrediction.Builder.name(String name) |
A user-supplied name or description of the BatchPrediction.
|
BatchPrediction.Builder |
BatchPrediction.Builder.outputUri(String outputUri) |
The location of an Amazon S3 bucket or directory to receive the operation results.
|
BatchPrediction.Builder |
BatchPrediction.Builder.startedAt(Instant startedAt) |
Sets the value of the StartedAt property for this object.
|
BatchPrediction.Builder |
BatchPrediction.Builder.status(String status) |
The status of the BatchPrediction.
|
BatchPrediction.Builder |
BatchPrediction.Builder.status(EntityStatus status) |
The status of the BatchPrediction.
|
BatchPrediction.Builder |
BatchPrediction.toBuilder() |
|
BatchPrediction.Builder |
BatchPrediction.Builder.totalRecordCount(Long totalRecordCount) |
Sets the value of the TotalRecordCount property for this object.
|