Interface HyperParameterTuningJobObjective.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HyperParameterTuningJobObjective.Builder,,- HyperParameterTuningJobObjective> - SdkBuilder<HyperParameterTuningJobObjective.Builder,,- HyperParameterTuningJobObjective> - SdkPojo
- Enclosing class:
- HyperParameterTuningJobObjective
@Mutable
@NotThreadSafe
public static interface HyperParameterTuningJobObjective.Builder
extends SdkPojo, CopyableBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective> 
- 
Method SummaryModifier and TypeMethodDescriptionmetricName(String metricName) The name of the metric to use for the objective metric.Whether to minimize or maximize the objective metric.Whether to minimize or maximize the objective metric.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeWhether 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:
 
- 
typeWhether 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:
 
- 
metricNameThe 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.
 
 
-