| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobObjective |
HyperParameterTuningJobObjective.clone() |
HyperParameterTuningJobObjective |
HyperParameterTuningJobConfig.getHyperParameterTuningJobObjective()
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
|
HyperParameterTuningJobObjective |
HyperParameterTrainingJobDefinition.getTuningObjective() |
HyperParameterTuningJobObjective |
HyperParameterTuningJobObjective.withMetricName(String metricName)
The name of the metric to use for the objective metric.
|
HyperParameterTuningJobObjective |
HyperParameterTuningJobObjective.withType(HyperParameterTuningJobObjectiveType type)
Whether to minimize or maximize the objective metric.
|
HyperParameterTuningJobObjective |
HyperParameterTuningJobObjective.withType(String type)
Whether to minimize or maximize the objective metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterTuningJobObjective> |
TrainingSpecification.getSupportedTuningJobObjectiveMetrics()
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 |
|---|---|
void |
HyperParameterTuningJobConfig.setHyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective)
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
|
void |
HyperParameterTrainingJobDefinition.setTuningObjective(HyperParameterTuningJobObjective tuningObjective) |
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withHyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective)
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
|
TrainingSpecification |
TrainingSpecification.withSupportedTuningJobObjectiveMetrics(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 |
HyperParameterTrainingJobDefinition.withTuningObjective(HyperParameterTuningJobObjective tuningObjective) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingSpecification.setSupportedTuningJobObjectiveMetrics(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.
|
TrainingSpecification |
TrainingSpecification.withSupportedTuningJobObjectiveMetrics(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 © 2020. All rights reserved.