public static interface BatchPrediction.Builder extends SdkPojo, CopyableBuilder<BatchPrediction.Builder,BatchPrediction>
| Modifier and Type | Method and Description |
|---|---|
BatchPrediction.Builder |
arn(String arn)
The ARN of batch prediction job.
|
BatchPrediction.Builder |
completionTime(String completionTime)
Timestamp of when the batch prediction job completed.
|
BatchPrediction.Builder |
detectorName(String detectorName)
The name of the detector.
|
BatchPrediction.Builder |
detectorVersion(String detectorVersion)
The detector version.
|
BatchPrediction.Builder |
eventTypeName(String eventTypeName)
The name of the event type.
|
BatchPrediction.Builder |
failureReason(String failureReason)
The reason a batch prediction job failed.
|
BatchPrediction.Builder |
iamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
|
BatchPrediction.Builder |
inputPath(String inputPath)
The Amazon S3 location of your training file.
|
BatchPrediction.Builder |
jobId(String jobId)
The job ID for the batch prediction.
|
BatchPrediction.Builder |
lastHeartbeatTime(String lastHeartbeatTime)
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
|
BatchPrediction.Builder |
outputPath(String outputPath)
The Amazon S3 location of your output file.
|
BatchPrediction.Builder |
processedRecordsCount(Integer processedRecordsCount)
The number of records processed by the batch prediction job.
|
BatchPrediction.Builder |
startTime(String startTime)
Timestamp of when the batch prediction job started.
|
BatchPrediction.Builder |
status(AsyncJobStatus status)
The batch prediction status.
|
BatchPrediction.Builder |
status(String status)
The batch prediction status.
|
BatchPrediction.Builder |
totalRecordsCount(Integer totalRecordsCount)
The total number of records in the batch prediction job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPrediction.Builder jobId(String jobId)
The job ID for the batch prediction.
jobId - The job ID for the batch prediction.BatchPrediction.Builder status(String status)
The batch prediction status.
status - The batch prediction status.AsyncJobStatus,
AsyncJobStatusBatchPrediction.Builder status(AsyncJobStatus status)
The batch prediction status.
status - The batch prediction status.AsyncJobStatus,
AsyncJobStatusBatchPrediction.Builder failureReason(String failureReason)
The reason a batch prediction job failed.
failureReason - The reason a batch prediction job failed.BatchPrediction.Builder startTime(String startTime)
Timestamp of when the batch prediction job started.
startTime - Timestamp of when the batch prediction job started.BatchPrediction.Builder completionTime(String completionTime)
Timestamp of when the batch prediction job completed.
completionTime - Timestamp of when the batch prediction job completed.BatchPrediction.Builder lastHeartbeatTime(String lastHeartbeatTime)
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
lastHeartbeatTime - Timestamp of most recent heartbeat indicating the batch prediction job was making progress.BatchPrediction.Builder inputPath(String inputPath)
The Amazon S3 location of your training file.
inputPath - The Amazon S3 location of your training file.BatchPrediction.Builder outputPath(String outputPath)
The Amazon S3 location of your output file.
outputPath - The Amazon S3 location of your output file.BatchPrediction.Builder eventTypeName(String eventTypeName)
The name of the event type.
eventTypeName - The name of the event type.BatchPrediction.Builder detectorName(String detectorName)
The name of the detector.
detectorName - The name of the detector.BatchPrediction.Builder detectorVersion(String detectorVersion)
The detector version.
detectorVersion - The detector version.BatchPrediction.Builder iamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
iamRoleArn - The ARN of the IAM role to use for this job request.BatchPrediction.Builder arn(String arn)
The ARN of batch prediction job.
arn - The ARN of batch prediction job.BatchPrediction.Builder processedRecordsCount(Integer processedRecordsCount)
The number of records processed by the batch prediction job.
processedRecordsCount - The number of records processed by the batch prediction job.BatchPrediction.Builder totalRecordsCount(Integer totalRecordsCount)
The total number of records in the batch prediction job.
totalRecordsCount - The total number of records in the batch prediction job.Copyright © 2022. All rights reserved.