Interface HyperParameterTuningJobObjective.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective>,SdkBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective>,SdkPojo
- Enclosing class:
- HyperParameterTuningJobObjective
public static interface HyperParameterTuningJobObjective.Builder extends SdkPojo, CopyableBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HyperParameterTuningJobObjective.BuildermetricName(String metricName)The name of the metric to use for the objective metric.HyperParameterTuningJobObjective.Buildertype(String type)Whether to minimize or maximize the objective metric.HyperParameterTuningJobObjective.Buildertype(HyperParameterTuningJobObjectiveType type)Whether to minimize or maximize the objective metric.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
HyperParameterTuningJobObjective.Builder type(String type)
Whether to minimize or maximize the objective metric.
- Parameters:
type- Whether to minimize or maximize the objective metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HyperParameterTuningJobObjectiveType,HyperParameterTuningJobObjectiveType
-
type
HyperParameterTuningJobObjective.Builder type(HyperParameterTuningJobObjectiveType type)
Whether to minimize or maximize the objective metric.
- Parameters:
type- Whether to minimize or maximize the objective metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HyperParameterTuningJobObjectiveType,HyperParameterTuningJobObjectiveType
-
metricName
HyperParameterTuningJobObjective.Builder metricName(String metricName)
The name of the metric to use for the objective metric.
- Parameters:
metricName- The name of the metric to use for the objective metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-