@Stability(value=Stable) public static final class CfnSolution.ContinuousHyperParameterRangeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSolution.ContinuousHyperParameterRangeProperty>
CfnSolution.ContinuousHyperParameterRangeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSolution.ContinuousHyperParameterRangeProperty |
build()
Builds the configured instance.
|
CfnSolution.ContinuousHyperParameterRangeProperty.Builder |
maxValue(Number maxValue)
Sets the value of
CfnSolution.ContinuousHyperParameterRangeProperty.getMaxValue() |
CfnSolution.ContinuousHyperParameterRangeProperty.Builder |
minValue(Number minValue)
Sets the value of
CfnSolution.ContinuousHyperParameterRangeProperty.getMinValue() |
CfnSolution.ContinuousHyperParameterRangeProperty.Builder |
name(String name)
Sets the value of
CfnSolution.ContinuousHyperParameterRangeProperty.getName() |
@Stability(value=Stable) public CfnSolution.ContinuousHyperParameterRangeProperty.Builder maxValue(Number maxValue)
CfnSolution.ContinuousHyperParameterRangeProperty.getMaxValue()maxValue - The maximum allowable value for the hyperparameter.this@Stability(value=Stable) public CfnSolution.ContinuousHyperParameterRangeProperty.Builder minValue(Number minValue)
CfnSolution.ContinuousHyperParameterRangeProperty.getMinValue()minValue - The minimum allowable value for the hyperparameter.this@Stability(value=Stable) public CfnSolution.ContinuousHyperParameterRangeProperty.Builder name(String name)
CfnSolution.ContinuousHyperParameterRangeProperty.getName()name - The name of the hyperparameter.this@Stability(value=Stable) public CfnSolution.ContinuousHyperParameterRangeProperty build()
build in interface software.amazon.jsii.Builder<CfnSolution.ContinuousHyperParameterRangeProperty>CfnSolution.ContinuousHyperParameterRangePropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.