Class TuningJobCompletionCriteria

    • Method Detail

      • targetObjectiveMetricValue

        public final Float targetObjectiveMetricValue()

        The value of the objective metric.

        Returns:
        The value of the objective metric.
      • bestObjectiveNotImproving

        public final BestObjectiveNotImproving bestObjectiveNotImproving()

        A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.

        Returns:
        A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.
      • convergenceDetected

        public final ConvergenceDetected convergenceDetected()

        A flag to top your hyperparameter tuning job if automatic model tuning (AMT) has detected that your model has converged as evaluated against your objective function.

        Returns:
        A flag to top your hyperparameter tuning job if automatic model tuning (AMT) has detected that your model has converged as evaluated against your objective function.
      • 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)