Class ModelSummary

    • Method Detail

      • modelName

        public final String modelName()

        The name of the machine learning model.

        Returns:
        The name of the machine learning model.
      • modelArn

        public final String modelArn()

        The Amazon Resource Name (ARN) of the machine learning model.

        Returns:
        The Amazon Resource Name (ARN) of the machine learning model.
      • datasetName

        public final String datasetName()

        The name of the dataset being used for the machine learning model.

        Returns:
        The name of the dataset being used for the machine learning model.
      • datasetArn

        public final String datasetArn()

        The Amazon Resource Name (ARN) of the dataset used to create the model.

        Returns:
        The Amazon Resource Name (ARN) of the dataset used to create the model.
      • status

        public final ModelStatus status()

        Indicates the status of the machine learning model.

        If the service returns an enum value that is not available in the current SDK version, status will return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Indicates the status of the machine learning model.
        See Also:
        ModelStatus
      • statusAsString

        public final String statusAsString()

        Indicates the status of the machine learning model.

        If the service returns an enum value that is not available in the current SDK version, status will return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Indicates the status of the machine learning model.
        See Also:
        ModelStatus
      • createdAt

        public final Instant createdAt()

        The time at which the specific model was created.

        Returns:
        The time at which the specific model was created.
      • activeModelVersion

        public final Long activeModelVersion()

        The model version that the inference scheduler uses to run an inference execution.

        Returns:
        The model version that the inference scheduler uses to run an inference execution.
      • activeModelVersionArn

        public final String activeModelVersionArn()

        The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.

        Returns:
        The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.
      • latestScheduledRetrainingModelVersion

        public final Long latestScheduledRetrainingModelVersion()

        Indicates the most recent model version that was generated by retraining.

        Returns:
        Indicates the most recent model version that was generated by retraining.
      • latestScheduledRetrainingStartTime

        public final Instant latestScheduledRetrainingStartTime()

        Indicates the start time of the most recent scheduled retraining run.

        Returns:
        Indicates the start time of the most recent scheduled retraining run.
      • nextScheduledRetrainingStartDate

        public final Instant nextScheduledRetrainingStartDate()

        Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.

        Returns:
        Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.
      • 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)