Interface BatchInferenceJobSummary.Builder

    • Method Detail

      • 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

        BatchInferenceJobSummary.Builder jobName​(String 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

        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

        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.