Interface CategoricalParameterRangeSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CategoricalParameterRangeSpecification.Builder,
,CategoricalParameterRangeSpecification> SdkBuilder<CategoricalParameterRangeSpecification.Builder,
,CategoricalParameterRangeSpecification> SdkPojo
- Enclosing class:
CategoricalParameterRangeSpecification
public static interface CategoricalParameterRangeSpecification.Builder
extends SdkPojo, CopyableBuilder<CategoricalParameterRangeSpecification.Builder,CategoricalParameterRangeSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionThe allowed categories for the hyperparameter.values
(Collection<String> values) The allowed categories for 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
-
values
The allowed categories for the hyperparameter.
- Parameters:
values
- The allowed categories for the hyperparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The allowed categories for the hyperparameter.
- Parameters:
values
- The allowed categories for the hyperparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-