Interface TransformJobSummary.Builder

    • Method Detail

      • transformJobName

        TransformJobSummary.Builder transformJobName​(String transformJobName)

        The name of the transform job.

        Parameters:
        transformJobName - The name of the transform job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transformJobArn

        TransformJobSummary.Builder transformJobArn​(String transformJobArn)

        The Amazon Resource Name (ARN) of the transform job.

        Parameters:
        transformJobArn - The Amazon Resource Name (ARN) of the transform job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        TransformJobSummary.Builder creationTime​(Instant creationTime)

        A timestamp that shows when the transform Job was created.

        Parameters:
        creationTime - A timestamp that shows when the transform Job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transformEndTime

        TransformJobSummary.Builder transformEndTime​(Instant transformEndTime)

        Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.

        Parameters:
        transformEndTime - Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        TransformJobSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        Indicates when the transform job was last modified.

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

        TransformJobSummary.Builder failureReason​(String failureReason)

        If the transform job failed, the reason it failed.

        Parameters:
        failureReason - If the transform job failed, the reason it failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.