| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TuningJobCompletionCriteria.Builder |
TuningJobCompletionCriteria.Builder.bestObjectiveNotImproving(BestObjectiveNotImproving bestObjectiveNotImproving)
A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an
objective function.
|
default TuningJobCompletionCriteria.Builder |
TuningJobCompletionCriteria.Builder.bestObjectiveNotImproving(Consumer<BestObjectiveNotImproving.Builder> bestObjectiveNotImproving)
A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an
objective function.
|
static TuningJobCompletionCriteria.Builder |
TuningJobCompletionCriteria.builder() |
default TuningJobCompletionCriteria.Builder |
TuningJobCompletionCriteria.Builder.convergenceDetected(Consumer<ConvergenceDetected.Builder> 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.
|
TuningJobCompletionCriteria.Builder |
TuningJobCompletionCriteria.Builder.convergenceDetected(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.
|
TuningJobCompletionCriteria.Builder |
TuningJobCompletionCriteria.Builder.targetObjectiveMetricValue(Float targetObjectiveMetricValue)
The value of the objective metric.
|
TuningJobCompletionCriteria.Builder |
TuningJobCompletionCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TuningJobCompletionCriteria.Builder> |
TuningJobCompletionCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.tuningJobCompletionCriteria(Consumer<TuningJobCompletionCriteria.Builder> tuningJobCompletionCriteria)
The tuning job's completion criteria.
|
Copyright © 2023. All rights reserved.