| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
BestObjectiveNotImproving |
BestObjectiveNotImproving.clone() |
BestObjectiveNotImproving |
TuningJobCompletionCriteria.getBestObjectiveNotImproving()
A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an
objective function.
|
BestObjectiveNotImproving |
BestObjectiveNotImproving.withMaxNumberOfTrainingJobsNotImproving(Integer maxNumberOfTrainingJobsNotImproving)
The number of training jobs that have failed to improve model performance by 1% or greater over prior training
jobs as evaluated against an objective function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TuningJobCompletionCriteria.setBestObjectiveNotImproving(BestObjectiveNotImproving bestObjectiveNotImproving)
A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an
objective function.
|
TuningJobCompletionCriteria |
TuningJobCompletionCriteria.withBestObjectiveNotImproving(BestObjectiveNotImproving bestObjectiveNotImproving)
A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an
objective function.
|
Copyright © 2024. All rights reserved.