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.
      • latestScheduledRetrainingStatusAsString

        public final String latestScheduledRetrainingStatusAsString()

        Indicates the status of the most recent scheduled retraining run.

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

        Returns:
        Indicates the status of the most recent scheduled retraining run.
        See Also:
        ModelVersionStatus
      • 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.
      • modelDiagnosticsOutputConfiguration

        public final ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration()
        Returns the value of the ModelDiagnosticsOutputConfiguration property for this object.
        Returns:
        The value of the ModelDiagnosticsOutputConfiguration property for this object.
      • modelQuality

        public final ModelQuality modelQuality()

        Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is POOR_QUALITY_DETECTED. Otherwise, the value is QUALITY_THRESHOLD_MET.

        If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality is CANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.

        For information about using labels with your models, see Understanding labeling.

        For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.

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

        Returns:
        Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is POOR_QUALITY_DETECTED. Otherwise, the value is QUALITY_THRESHOLD_MET.

        If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality is CANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.

        For information about using labels with your models, see Understanding labeling.

        For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.

        See Also:
        ModelQuality
      • modelQualityAsString

        public final String modelQualityAsString()

        Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is POOR_QUALITY_DETECTED. Otherwise, the value is QUALITY_THRESHOLD_MET.

        If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality is CANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.

        For information about using labels with your models, see Understanding labeling.

        For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.

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

        Returns:
        Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is POOR_QUALITY_DETECTED. Otherwise, the value is QUALITY_THRESHOLD_MET.

        If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality is CANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.

        For information about using labels with your models, see Understanding labeling.

        For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.

        See Also:
        ModelQuality
      • 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)