Class ModelMetadata

    • Method Detail

      • creationTimestamp

        public final Instant creationTimestamp()

        The unix timestamp for the date and time that the model was created.

        Returns:
        The unix timestamp for the date and time that the model was created.
      • modelVersion

        public final String modelVersion()

        The version of the model.

        Returns:
        The version of the model.
      • modelArn

        public final String modelArn()

        The Amazon Resource Name (ARN) of the model.

        Returns:
        The Amazon Resource Name (ARN) of the model.
      • description

        public final String description()

        The description for the model.

        Returns:
        The description for the model.
      • statusMessage

        public final String statusMessage()

        The status message for the model.

        Returns:
        The status message for the model.
      • performance

        public final ModelPerformance performance()

        Performance metrics for the model. Not available until training has successfully completed.

        Returns:
        Performance metrics for the model. Not available until training has successfully completed.
      • 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)