Interface DefaultHyperParameterRanges.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DefaultHyperParameterRanges.Builder,
,DefaultHyperParameterRanges> SdkBuilder<DefaultHyperParameterRanges.Builder,
,DefaultHyperParameterRanges> SdkPojo
- Enclosing class:
DefaultHyperParameterRanges
-
Method Summary
Modifier and TypeMethodDescriptioncategoricalHyperParameterRanges
(Collection<DefaultCategoricalHyperParameterRange> categoricalHyperParameterRanges) The categorical hyperparameters and their default ranges.categoricalHyperParameterRanges
(Consumer<DefaultCategoricalHyperParameterRange.Builder>... categoricalHyperParameterRanges) The categorical hyperparameters and their default ranges.categoricalHyperParameterRanges
(DefaultCategoricalHyperParameterRange... categoricalHyperParameterRanges) The categorical hyperparameters and their default ranges.continuousHyperParameterRanges
(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges) The continuous hyperparameters and their default ranges.continuousHyperParameterRanges
(Consumer<DefaultContinuousHyperParameterRange.Builder>... continuousHyperParameterRanges) The continuous hyperparameters and their default ranges.continuousHyperParameterRanges
(DefaultContinuousHyperParameterRange... continuousHyperParameterRanges) The continuous hyperparameters and their default ranges.integerHyperParameterRanges
(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges) The integer-valued hyperparameters and their default ranges.integerHyperParameterRanges
(Consumer<DefaultIntegerHyperParameterRange.Builder>... integerHyperParameterRanges) The integer-valued hyperparameters and their default ranges.integerHyperParameterRanges
(DefaultIntegerHyperParameterRange... integerHyperParameterRanges) The integer-valued hyperparameters and their default ranges.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
-
integerHyperParameterRanges
DefaultHyperParameterRanges.Builder integerHyperParameterRanges(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges) The integer-valued hyperparameters and their default ranges.
- Parameters:
integerHyperParameterRanges
- The integer-valued hyperparameters and their default ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integerHyperParameterRanges
DefaultHyperParameterRanges.Builder integerHyperParameterRanges(DefaultIntegerHyperParameterRange... integerHyperParameterRanges) The integer-valued hyperparameters and their default ranges.
- Parameters:
integerHyperParameterRanges
- The integer-valued hyperparameters and their default ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integerHyperParameterRanges
DefaultHyperParameterRanges.Builder integerHyperParameterRanges(Consumer<DefaultIntegerHyperParameterRange.Builder>... integerHyperParameterRanges) The integer-valued hyperparameters and their default ranges.
This is a convenience method that creates an instance of theDefaultIntegerHyperParameterRange.Builder
avoiding the need to create one manually viaDefaultIntegerHyperParameterRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointegerHyperParameterRanges(List<DefaultIntegerHyperParameterRange>)
.- Parameters:
integerHyperParameterRanges
- a consumer that will call methods onDefaultIntegerHyperParameterRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
continuousHyperParameterRanges
DefaultHyperParameterRanges.Builder continuousHyperParameterRanges(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges) The continuous hyperparameters and their default ranges.
- Parameters:
continuousHyperParameterRanges
- The continuous hyperparameters and their default ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuousHyperParameterRanges
DefaultHyperParameterRanges.Builder continuousHyperParameterRanges(DefaultContinuousHyperParameterRange... continuousHyperParameterRanges) The continuous hyperparameters and their default ranges.
- Parameters:
continuousHyperParameterRanges
- The continuous hyperparameters and their default ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuousHyperParameterRanges
DefaultHyperParameterRanges.Builder continuousHyperParameterRanges(Consumer<DefaultContinuousHyperParameterRange.Builder>... continuousHyperParameterRanges) The continuous hyperparameters and their default ranges.
This is a convenience method that creates an instance of theDefaultContinuousHyperParameterRange.Builder
avoiding the need to create one manually viaDefaultContinuousHyperParameterRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontinuousHyperParameterRanges(List<DefaultContinuousHyperParameterRange>)
.- Parameters:
continuousHyperParameterRanges
- a consumer that will call methods onDefaultContinuousHyperParameterRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
categoricalHyperParameterRanges
DefaultHyperParameterRanges.Builder categoricalHyperParameterRanges(Collection<DefaultCategoricalHyperParameterRange> categoricalHyperParameterRanges) The categorical hyperparameters and their default ranges.
- Parameters:
categoricalHyperParameterRanges
- The categorical hyperparameters and their default ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoricalHyperParameterRanges
DefaultHyperParameterRanges.Builder categoricalHyperParameterRanges(DefaultCategoricalHyperParameterRange... categoricalHyperParameterRanges) The categorical hyperparameters and their default ranges.
- Parameters:
categoricalHyperParameterRanges
- The categorical hyperparameters and their default ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoricalHyperParameterRanges
DefaultHyperParameterRanges.Builder categoricalHyperParameterRanges(Consumer<DefaultCategoricalHyperParameterRange.Builder>... categoricalHyperParameterRanges) The categorical hyperparameters and their default ranges.
This is a convenience method that creates an instance of theDefaultCategoricalHyperParameterRange.Builder
avoiding the need to create one manually viaDefaultCategoricalHyperParameterRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocategoricalHyperParameterRanges(List<DefaultCategoricalHyperParameterRange>)
.- Parameters:
categoricalHyperParameterRanges
- a consumer that will call methods onDefaultCategoricalHyperParameterRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-