| 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 |
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 |
|---|---|
void |
HyperParameterTuningJobConfig.setHyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective)
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withHyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective)
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
|
Copyright © 2018. All rights reserved.