Interface BatchInferenceJobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchInferenceJobSummary.Builder,BatchInferenceJobSummary>, SdkBuilder<BatchInferenceJobSummary.Builder,BatchInferenceJobSummary>, SdkPojo
Enclosing class:
BatchInferenceJobSummary

public static interface BatchInferenceJobSummary.Builder extends SdkPojo, CopyableBuilder<BatchInferenceJobSummary.Builder,BatchInferenceJobSummary>
  • Method Details

    • batchInferenceJobArn

      BatchInferenceJobSummary.Builder batchInferenceJobArn(String batchInferenceJobArn)

      The 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.
    • jobName

      The 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.
    • status

      The 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.
    • creationDateTime

      BatchInferenceJobSummary.Builder creationDateTime(Instant creationDateTime)

      The 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.
    • lastUpdatedDateTime

      BatchInferenceJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)

      The 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.
    • failureReason

      BatchInferenceJobSummary.Builder failureReason(String failureReason)

      If 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.
    • solutionVersionArn

      BatchInferenceJobSummary.Builder solutionVersionArn(String solutionVersionArn)

      The 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.
    • batchInferenceJobMode

      BatchInferenceJobSummary.Builder batchInferenceJobMode(String batchInferenceJobMode)

      The 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:
    • batchInferenceJobMode

      BatchInferenceJobSummary.Builder batchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)

      The 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: