public static interface BatchInferenceJobSummary.Builder extends SdkPojo, CopyableBuilder<BatchInferenceJobSummary.Builder,BatchInferenceJobSummary>
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobSummary.Builder |
batchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
|
BatchInferenceJobSummary.Builder |
creationDateTime(Instant creationDateTime)
The time at which the batch inference job was created.
|
BatchInferenceJobSummary.Builder |
failureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
|
BatchInferenceJobSummary.Builder |
jobName(String jobName)
The name of the batch inference job.
|
BatchInferenceJobSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch inference job was last updated.
|
BatchInferenceJobSummary.Builder |
solutionVersionArn(String solutionVersionArn)
The ARN of the solution version used by the batch inference job.
|
BatchInferenceJobSummary.Builder |
status(String status)
The status of the batch inference job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchInferenceJobSummary.Builder batchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
batchInferenceJobArn - The Amazon Resource Name (ARN) of the batch inference job.BatchInferenceJobSummary.Builder jobName(String jobName)
The name of the batch inference job.
jobName - The name of the batch inference job.BatchInferenceJobSummary.Builder status(String status)
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
status - The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
BatchInferenceJobSummary.Builder creationDateTime(Instant creationDateTime)
The time at which the batch inference job was created.
creationDateTime - The time at which the batch inference job was created.BatchInferenceJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch inference job was last updated.
lastUpdatedDateTime - The time at which the batch inference job was last updated.BatchInferenceJobSummary.Builder failureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
failureReason - If the batch inference job failed, the reason for the failure.BatchInferenceJobSummary.Builder solutionVersionArn(String solutionVersionArn)
The ARN of the solution version used by the batch inference job.
solutionVersionArn - The ARN of the solution version used by the batch inference job.Copyright © 2021. All rights reserved.