| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TuningJobCompletionCriteria |
TuningJobCompletionCriteria.clone() |
TuningJobCompletionCriteria |
HyperParameterTuningJobConfig.getTuningJobCompletionCriteria()
The tuning job's completion criteria.
|
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.
|
TuningJobCompletionCriteria |
TuningJobCompletionCriteria.withConvergenceDetected(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 |
TuningJobCompletionCriteria.withTargetObjectiveMetricValue(Float targetObjectiveMetricValue)
The value of the objective metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterTuningJobConfig.setTuningJobCompletionCriteria(TuningJobCompletionCriteria tuningJobCompletionCriteria)
The tuning job's completion criteria.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withTuningJobCompletionCriteria(TuningJobCompletionCriteria tuningJobCompletionCriteria)
The tuning job's completion criteria.
|
Copyright © 2024. All rights reserved.