Interface AutoMLJobSummary.Builder

    • Method Detail

      • autoMLJobName

        AutoMLJobSummary.Builder autoMLJobName​(String autoMLJobName)

        The name of the AutoML job you are requesting.

        Parameters:
        autoMLJobName - The name of the AutoML job you are requesting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoMLJobArn

        AutoMLJobSummary.Builder autoMLJobArn​(String autoMLJobArn)

        The ARN of the AutoML job.

        Parameters:
        autoMLJobArn - The ARN of the AutoML job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoMLJobStatus

        AutoMLJobSummary.Builder autoMLJobStatus​(String autoMLJobStatus)

        The status of the AutoML job.

        Parameters:
        autoMLJobStatus - The status of the AutoML job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLJobStatus, AutoMLJobStatus
      • creationTime

        AutoMLJobSummary.Builder creationTime​(Instant creationTime)

        When the AutoML job was created.

        Parameters:
        creationTime - When the AutoML job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        AutoMLJobSummary.Builder endTime​(Instant endTime)

        The end time of an AutoML job.

        Parameters:
        endTime - The end time of an AutoML job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        AutoMLJobSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        When the AutoML job was last modified.

        Parameters:
        lastModifiedTime - When the AutoML job was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        AutoMLJobSummary.Builder failureReason​(String failureReason)

        The failure reason of an AutoML job.

        Parameters:
        failureReason - The failure reason of an AutoML job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partialFailureReasons

        AutoMLJobSummary.Builder partialFailureReasons​(Collection<AutoMLPartialFailureReason> partialFailureReasons)

        The list of reasons for partial failures within an AutoML job.

        Parameters:
        partialFailureReasons - The list of reasons for partial failures within an AutoML job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partialFailureReasons

        AutoMLJobSummary.Builder partialFailureReasons​(AutoMLPartialFailureReason... partialFailureReasons)

        The list of reasons for partial failures within an AutoML job.

        Parameters:
        partialFailureReasons - The list of reasons for partial failures within an AutoML job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.