Interface BatchInferenceJobSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchInferenceJobSummary.Builder,,- BatchInferenceJobSummary> - SdkBuilder<BatchInferenceJobSummary.Builder,,- BatchInferenceJobSummary> - SdkPojo
- Enclosing class:
- BatchInferenceJobSummary
@Mutable
@NotThreadSafe
public static interface BatchInferenceJobSummary.Builder
extends SdkPojo, CopyableBuilder<BatchInferenceJobSummary.Builder,BatchInferenceJobSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionbatchInferenceJobArn(String batchInferenceJobArn) The Amazon Resource Name (ARN) of the batch inference job.batchInferenceJobMode(String batchInferenceJobMode) The job's mode.batchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode) The job's mode.creationDateTime(Instant creationDateTime) The time at which the batch inference job was created.failureReason(String failureReason) If the batch inference job failed, the reason for the failure.The name of the batch inference job.lastUpdatedDateTime(Instant lastUpdatedDateTime) The time at which the batch inference job was last updated.solutionVersionArn(String solutionVersionArn) The ARN of the solution version used by the batch inference job.The status of the batch inference job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
batchInferenceJobArnThe Amazon Resource Name (ARN) of the batch inference job. - Parameters:
- batchInferenceJobArn- The Amazon Resource Name (ARN) of the batch inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobNameThe name of the batch inference job. - Parameters:
- jobName- The name of the batch inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the batch inference job. The status is one of the following values: - 
 PENDING 
- 
 IN PROGRESS 
- 
 ACTIVE 
- 
 CREATE FAILED 
 - Parameters:
- status- The status of the batch inference job. The status is one of the following values:- 
        PENDING 
- 
        IN PROGRESS 
- 
        ACTIVE 
- 
        CREATE FAILED 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
creationDateTimeThe time at which the batch inference job was created. - Parameters:
- creationDateTime- The time at which the batch inference job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedDateTimeThe time at which the batch inference job was last updated. - Parameters:
- lastUpdatedDateTime- The time at which the batch inference job was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonIf the batch inference job failed, the reason for the failure. - Parameters:
- failureReason- If the batch inference job failed, the reason for the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
solutionVersionArnThe ARN of the solution version used by the batch inference job. - Parameters:
- solutionVersionArn- The ARN of the solution version used by the batch inference job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
batchInferenceJobModeThe job's mode. - Parameters:
- batchInferenceJobMode- The job's mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
batchInferenceJobModeThe job's mode. - Parameters:
- batchInferenceJobMode- The job's mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-