| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FinalHyperParameterTuningJobObjectiveMetric |
FinalHyperParameterTuningJobObjectiveMetric.clone() |
FinalHyperParameterTuningJobObjectiveMetric |
HyperParameterTrainingJobSummary.getFinalHyperParameterTuningJobObjectiveMetric()
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the
tuning job that launched this training job.
|
FinalHyperParameterTuningJobObjectiveMetric |
FinalHyperParameterTuningJobObjectiveMetric.withMetricName(String metricName)
The name of the objective metric.
|
FinalHyperParameterTuningJobObjectiveMetric |
FinalHyperParameterTuningJobObjectiveMetric.withType(HyperParameterTuningJobObjectiveType type)
Select if you want to minimize or maximize the objective metric during hyperparameter tuning.
|
FinalHyperParameterTuningJobObjectiveMetric |
FinalHyperParameterTuningJobObjectiveMetric.withType(String type)
Select if you want to minimize or maximize the objective metric during hyperparameter tuning.
|
FinalHyperParameterTuningJobObjectiveMetric |
FinalHyperParameterTuningJobObjectiveMetric.withValue(Float value)
The value of the objective metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterTrainingJobSummary.setFinalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the
tuning job that launched this training job.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withFinalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the
tuning job that launched this training job.
|
Copyright © 2025. All rights reserved.