Interface ParameterRange.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ParameterRange.Builder,,ParameterRange> SdkBuilder<ParameterRange.Builder,,ParameterRange> SdkPojo
- Enclosing class:
 ParameterRange
- 
Method Summary
Modifier and TypeMethodDescriptiondefault ParameterRange.BuildercategoricalParameterRangeSpecification(Consumer<CategoricalParameterRangeSpecification.Builder> categoricalParameterRangeSpecification) ACategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.categoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification) ACategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.default ParameterRange.BuildercontinuousParameterRangeSpecification(Consumer<ContinuousParameterRangeSpecification.Builder> continuousParameterRangeSpecification) AContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.continuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification) AContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.default ParameterRange.BuilderintegerParameterRangeSpecification(Consumer<IntegerParameterRangeSpecification.Builder> integerParameterRangeSpecification) AIntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.integerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification) AIntegerParameterRangeSpecificationobject that defines the possible values for an integer 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
integerParameterRangeSpecification
ParameterRange.Builder integerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification) A
IntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.- Parameters:
 integerParameterRangeSpecification- AIntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
integerParameterRangeSpecification
default ParameterRange.Builder integerParameterRangeSpecification(Consumer<IntegerParameterRangeSpecification.Builder> integerParameterRangeSpecification) A
This is a convenience method that creates an instance of theIntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.IntegerParameterRangeSpecification.Builderavoiding the need to create one manually viaIntegerParameterRangeSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegerParameterRangeSpecification(IntegerParameterRangeSpecification).- Parameters:
 integerParameterRangeSpecification- a consumer that will call methods onIntegerParameterRangeSpecification.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
continuousParameterRangeSpecification
ParameterRange.Builder continuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification) A
ContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.- Parameters:
 continuousParameterRangeSpecification- AContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
continuousParameterRangeSpecification
default ParameterRange.Builder continuousParameterRangeSpecification(Consumer<ContinuousParameterRangeSpecification.Builder> continuousParameterRangeSpecification) A
This is a convenience method that creates an instance of theContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.ContinuousParameterRangeSpecification.Builderavoiding the need to create one manually viaContinuousParameterRangeSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontinuousParameterRangeSpecification(ContinuousParameterRangeSpecification).- Parameters:
 continuousParameterRangeSpecification- a consumer that will call methods onContinuousParameterRangeSpecification.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
categoricalParameterRangeSpecification
ParameterRange.Builder categoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification) A
CategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.- Parameters:
 categoricalParameterRangeSpecification- ACategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoricalParameterRangeSpecification
default ParameterRange.Builder categoricalParameterRangeSpecification(Consumer<CategoricalParameterRangeSpecification.Builder> categoricalParameterRangeSpecification) A
This is a convenience method that creates an instance of theCategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.CategoricalParameterRangeSpecification.Builderavoiding the need to create one manually viaCategoricalParameterRangeSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategoricalParameterRangeSpecification(CategoricalParameterRangeSpecification).- Parameters:
 categoricalParameterRangeSpecification- a consumer that will call methods onCategoricalParameterRangeSpecification.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -