public static interface HyperParameterRanges.Builder extends SdkPojo, CopyableBuilder<HyperParameterRanges.Builder,HyperParameterRanges>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHyperParameterRanges.Builder integerHyperParameterRanges(Collection<IntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their ranges.
integerHyperParameterRanges - The integer-valued hyperparameters and their ranges.HyperParameterRanges.Builder integerHyperParameterRanges(IntegerHyperParameterRange... integerHyperParameterRanges)
The integer-valued hyperparameters and their ranges.
integerHyperParameterRanges - The integer-valued hyperparameters and their ranges.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.Builder avoiding the
need to create one manually via
IntegerHyperParameterRange.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #integerHyperParameterRanges(List.
integerHyperParameterRanges - a consumer that will call methods on
IntegerHyperParameterRange.Builder#integerHyperParameterRanges(java.util.Collection) HyperParameterRanges.Builder continuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
continuousHyperParameterRanges - The continuous hyperparameters and their ranges.HyperParameterRanges.Builder continuousHyperParameterRanges(ContinuousHyperParameterRange... continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
continuousHyperParameterRanges - The continuous hyperparameters and their ranges.HyperParameterRanges.Builder continuousHyperParameterRanges(Consumer<ContinuousHyperParameterRange.Builder>... continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
This is a convenience method that creates an instance of theContinuousHyperParameterRange.Builder avoiding the
need to create one manually via
ContinuousHyperParameterRange.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #continuousHyperParameterRanges(List.
continuousHyperParameterRanges - a consumer that will call methods on
ContinuousHyperParameterRange.Builder#continuousHyperParameterRanges(java.util.Collection) HyperParameterRanges.Builder categoricalHyperParameterRanges(Collection<CategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
categoricalHyperParameterRanges - The categorical hyperparameters and their ranges.HyperParameterRanges.Builder categoricalHyperParameterRanges(CategoricalHyperParameterRange... categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
categoricalHyperParameterRanges - The categorical hyperparameters and their ranges.HyperParameterRanges.Builder categoricalHyperParameterRanges(Consumer<CategoricalHyperParameterRange.Builder>... categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
This is a convenience method that creates an instance of theCategoricalHyperParameterRange.Builder avoiding the
need to create one manually via
CategoricalHyperParameterRange.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #categoricalHyperParameterRanges(List.
categoricalHyperParameterRanges - a consumer that will call methods on
CategoricalHyperParameterRange.Builder#categoricalHyperParameterRanges(java.util.Collection) Copyright © 2023. All rights reserved.