Interface CfnSolution.ContinuousHyperParameterRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSolution.ContinuousHyperParameterRangeProperty.Jsii$Proxy
- Enclosing class:
- CfnSolution
@Stability(Stable)
public static interface CfnSolution.ContinuousHyperParameterRangeProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.personalize.*; ContinuousHyperParameterRangeProperty continuousHyperParameterRangeProperty = ContinuousHyperParameterRangeProperty.builder() .maxValue(123) .minValue(123) .name("name") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSolution.ContinuousHyperParameterRangeProperty
static final class
An implementation forCfnSolution.ContinuousHyperParameterRangeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxValue
CfnSolution.ContinuousHyperParameterRangeProperty.MaxValue
. -
getMinValue
CfnSolution.ContinuousHyperParameterRangeProperty.MinValue
. -
getName
CfnSolution.ContinuousHyperParameterRangeProperty.Name
. -
builder
-