Interface DefaultCategoricalHyperParameterRange.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DefaultCategoricalHyperParameterRange.Builder,,DefaultCategoricalHyperParameterRange> SdkBuilder<DefaultCategoricalHyperParameterRange.Builder,,DefaultCategoricalHyperParameterRange> SdkPojo
- Enclosing class:
 DefaultCategoricalHyperParameterRange
public static interface DefaultCategoricalHyperParameterRange.Builder
extends SdkPojo, CopyableBuilder<DefaultCategoricalHyperParameterRange.Builder,DefaultCategoricalHyperParameterRange> 
- 
Method Summary
Modifier and TypeMethodDescriptionWhether the hyperparameter is tunable.The name of the hyperparameter.A list of the categories for the hyperparameter.values(Collection<String> values) A list of the categories for the hyperparameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
 
 - 
values
A list of the categories for the hyperparameter.
- Parameters:
 values- A list of the categories for the hyperparameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
A list of the categories for the hyperparameter.
- Parameters:
 values- A list of the categories for the hyperparameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
isTunable
Whether the hyperparameter is tunable.
- Parameters:
 isTunable- Whether the hyperparameter is tunable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -