Interface CfnAlgorithmPropsMixin.CategoricalParameterRangeSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAlgorithmPropsMixin.CategoricalParameterRangeSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnAlgorithmPropsMixin
@Stability(Stable)
public static interface CfnAlgorithmPropsMixin.CategoricalParameterRangeSpecificationProperty
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.cfnpropertymixins.services.sagemaker.*;
CategoricalParameterRangeSpecificationProperty categoricalParameterRangeSpecificationProperty = CategoricalParameterRangeSpecificationProperty.builder()
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAlgorithmPropsMixin.CategoricalParameterRangeSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValues
- See Also:
-
builder
@Stability(Stable) static CfnAlgorithmPropsMixin.CategoricalParameterRangeSpecificationProperty.Builder builder()
-