Uses of Class
software.amazon.awssdk.services.sagemaker.model.BestObjectiveNotImproving
-
Packages that use BestObjectiveNotImproving Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of BestObjectiveNotImproving in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return BestObjectiveNotImproving Modifier and Type Method Description BestObjectiveNotImprovingTuningJobCompletionCriteria. bestObjectiveNotImproving()A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type BestObjectiveNotImproving Modifier and Type Method Description TuningJobCompletionCriteria.BuilderTuningJobCompletionCriteria.Builder. bestObjectiveNotImproving(BestObjectiveNotImproving bestObjectiveNotImproving)A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.
-