Interface ContinuousHyperParameterRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContinuousHyperParameterRange.Builder,
,ContinuousHyperParameterRange> SdkBuilder<ContinuousHyperParameterRange.Builder,
,ContinuousHyperParameterRange> SdkPojo
- Enclosing class:
ContinuousHyperParameterRange
public static interface ContinuousHyperParameterRange.Builder
extends SdkPojo, CopyableBuilder<ContinuousHyperParameterRange.Builder,ContinuousHyperParameterRange>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum allowable value for the hyperparameter.The minimum allowable value for the hyperparameter.The name of the hyperparameter.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 Details
-
name
The name of the hyperparameter.
- Parameters:
name
- The name of the hyperparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minValue
The minimum allowable value for the hyperparameter.
- Parameters:
minValue
- The minimum allowable value for the hyperparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxValue
The maximum allowable value for the hyperparameter.
- Parameters:
maxValue
- The maximum allowable value for the hyperparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-