Interface TrainingDetails.Builder

    • Method Detail

      • status

        TrainingDetails.Builder status​(String status)

        The status of the training sub-task of the job.

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

        TrainingDetails.Builder creationTime​(Instant creationTime)

        The start time of the training sub-task of the job.

        Parameters:
        creationTime - The start time of the training sub-task of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        TrainingDetails.Builder lastModifiedTime​(Instant lastModifiedTime)

        The latest update to the training sub-task of the job.

        Parameters:
        lastModifiedTime - The latest update to the training sub-task of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.