Class TrainingJobSummary

    • Method Detail

      • trainingJobName

        public final String trainingJobName()

        The name of the training job that you want a summary for.

        Returns:
        The name of the training job that you want a summary for.
      • trainingJobArn

        public final String trainingJobArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the training job.
      • creationTime

        public final Instant creationTime()

        A timestamp that shows when the training job was created.

        Returns:
        A timestamp that shows when the training job was created.
      • trainingEndTime

        public final Instant trainingEndTime()

        A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).

        Returns:
        A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).
      • lastModifiedTime

        public final Instant lastModifiedTime()

        Timestamp when the training job was last modified.

        Returns:
        Timestamp when the training job was last modified.
      • warmPoolStatus

        public final WarmPoolStatus warmPoolStatus()

        The status of the warm pool associated with the training job.

        Returns:
        The status of the warm pool associated with the training job.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)