Class HyperParameterTuningJobObjective

java.lang.Object
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobObjective
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective>

@Generated("software.amazon.awssdk:codegen") public final class HyperParameterTuningJobObjective extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective>

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter. If you want to define a custom objective metric, see Define metrics and environment variables.

See Also: