Class TuningJobCompletionCriteria
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.TuningJobCompletionCriteria
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TuningJobCompletionCriteria.Builder,TuningJobCompletionCriteria>
@Generated("software.amazon.awssdk:codegen") public final class TuningJobCompletionCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TuningJobCompletionCriteria.Builder,TuningJobCompletionCriteria>
The job completion criteria.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTuningJobCompletionCriteria.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BestObjectiveNotImprovingbestObjectiveNotImproving()A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.static TuningJobCompletionCriteria.Builderbuilder()ConvergenceDetectedconvergenceDetected()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.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TuningJobCompletionCriteria.Builder>serializableBuilderClass()FloattargetObjectiveMetricValue()The value of the objective metric.TuningJobCompletionCriteria.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
toBuilder
public TuningJobCompletionCriteria.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TuningJobCompletionCriteria.Builder,TuningJobCompletionCriteria>
-
builder
public static TuningJobCompletionCriteria.Builder builder()
-
serializableBuilderClass
public static Class<? extends TuningJobCompletionCriteria.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-