Interface HyperParameterRanges.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HyperParameterRanges.Builder,,HyperParameterRanges> SdkBuilder<HyperParameterRanges.Builder,,HyperParameterRanges> SdkPojo
- Enclosing class:
 HyperParameterRanges
- 
Method Summary
Modifier and TypeMethodDescriptioncategoricalHyperParameterRanges(Collection<CategoricalHyperParameterRange> categoricalHyperParameterRanges) The categorical hyperparameters and their ranges.categoricalHyperParameterRanges(Consumer<CategoricalHyperParameterRange.Builder>... categoricalHyperParameterRanges) The categorical hyperparameters and their ranges.categoricalHyperParameterRanges(CategoricalHyperParameterRange... categoricalHyperParameterRanges) The categorical hyperparameters and their ranges.continuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges) The continuous hyperparameters and their ranges.continuousHyperParameterRanges(Consumer<ContinuousHyperParameterRange.Builder>... continuousHyperParameterRanges) The continuous hyperparameters and their ranges.continuousHyperParameterRanges(ContinuousHyperParameterRange... continuousHyperParameterRanges) The continuous hyperparameters and their ranges.integerHyperParameterRanges(Collection<IntegerHyperParameterRange> integerHyperParameterRanges) The integer-valued hyperparameters and their ranges.integerHyperParameterRanges(Consumer<IntegerHyperParameterRange.Builder>... integerHyperParameterRanges) The integer-valued hyperparameters and their ranges.integerHyperParameterRanges(IntegerHyperParameterRange... integerHyperParameterRanges) The integer-valued hyperparameters and their ranges.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
- 
integerHyperParameterRanges
HyperParameterRanges.Builder integerHyperParameterRanges(Collection<IntegerHyperParameterRange> integerHyperParameterRanges) The integer-valued hyperparameters and their ranges.
- Parameters:
 integerHyperParameterRanges- The integer-valued hyperparameters and their ranges.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
integerHyperParameterRanges
HyperParameterRanges.Builder integerHyperParameterRanges(IntegerHyperParameterRange... integerHyperParameterRanges) The integer-valued hyperparameters and their ranges.
- Parameters:
 integerHyperParameterRanges- The integer-valued hyperparameters and their ranges.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
integerHyperParameterRanges
HyperParameterRanges.Builder integerHyperParameterRanges(Consumer<IntegerHyperParameterRange.Builder>... integerHyperParameterRanges) The integer-valued hyperparameters and their ranges.
This is a convenience method that creates an instance of theIntegerHyperParameterRange.Builderavoiding the need to create one manually viaIntegerHyperParameterRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegerHyperParameterRanges(List<IntegerHyperParameterRange>).- Parameters:
 integerHyperParameterRanges- a consumer that will call methods onIntegerHyperParameterRange.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
continuousHyperParameterRanges
HyperParameterRanges.Builder continuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges) The continuous hyperparameters and their ranges.
- Parameters:
 continuousHyperParameterRanges- The continuous hyperparameters and their ranges.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
continuousHyperParameterRanges
HyperParameterRanges.Builder continuousHyperParameterRanges(ContinuousHyperParameterRange... continuousHyperParameterRanges) The continuous hyperparameters and their ranges.
- Parameters:
 continuousHyperParameterRanges- The continuous hyperparameters and their ranges.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
continuousHyperParameterRanges
HyperParameterRanges.Builder continuousHyperParameterRanges(Consumer<ContinuousHyperParameterRange.Builder>... continuousHyperParameterRanges) The continuous hyperparameters and their ranges.
This is a convenience method that creates an instance of theContinuousHyperParameterRange.Builderavoiding the need to create one manually viaContinuousHyperParameterRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontinuousHyperParameterRanges(List<ContinuousHyperParameterRange>).- Parameters:
 continuousHyperParameterRanges- a consumer that will call methods onContinuousHyperParameterRange.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
categoricalHyperParameterRanges
HyperParameterRanges.Builder categoricalHyperParameterRanges(Collection<CategoricalHyperParameterRange> categoricalHyperParameterRanges) The categorical hyperparameters and their ranges.
- Parameters:
 categoricalHyperParameterRanges- The categorical hyperparameters and their ranges.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoricalHyperParameterRanges
HyperParameterRanges.Builder categoricalHyperParameterRanges(CategoricalHyperParameterRange... categoricalHyperParameterRanges) The categorical hyperparameters and their ranges.
- Parameters:
 categoricalHyperParameterRanges- The categorical hyperparameters and their ranges.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoricalHyperParameterRanges
HyperParameterRanges.Builder categoricalHyperParameterRanges(Consumer<CategoricalHyperParameterRange.Builder>... categoricalHyperParameterRanges) The categorical hyperparameters and their ranges.
This is a convenience method that creates an instance of theCategoricalHyperParameterRange.Builderavoiding the need to create one manually viaCategoricalHyperParameterRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategoricalHyperParameterRanges(List<CategoricalHyperParameterRange>).- Parameters:
 categoricalHyperParameterRanges- a consumer that will call methods onCategoricalHyperParameterRange.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -