| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobObjective |
HyperParameterTuningJobConfig.hyperParameterTuningJobObjective()
The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance of
training jobs launched by this tuning job.
|
HyperParameterTuningJobObjective |
HyperParameterTrainingJobDefinition.tuningObjective()
Returns the value of the TuningObjective property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterTuningJobObjective> |
TrainingSpecification.supportedTuningJobObjectiveMetrics()
A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter
tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.hyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective)
The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance
of training jobs launched by this tuning job.
|
TrainingSpecification.Builder |
TrainingSpecification.Builder.supportedTuningJobObjectiveMetrics(HyperParameterTuningJobObjective... supportedTuningJobObjectiveMetrics)
A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter
tuning job.
|
HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.Builder.tuningObjective(HyperParameterTuningJobObjective tuningObjective)
Sets the value of the TuningObjective property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification.Builder |
TrainingSpecification.Builder.supportedTuningJobObjectiveMetrics(Collection<HyperParameterTuningJobObjective> supportedTuningJobObjectiveMetrics)
A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter
tuning job.
|
Copyright © 2022. All rights reserved.