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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #integerHyperParameterRanges(List) .integerHyperParameterRanges - a consumer that will call methods on List.Builder #integerHyperParameterRanges(List) 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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #continuousHyperParameterRanges(List) .continuousHyperParameterRanges - a consumer that will call methods on List.Builder #continuousHyperParameterRanges(List) 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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #categoricalHyperParameterRanges(List) .categoricalHyperParameterRanges - a consumer that will call methods on List.Builder #categoricalHyperParameterRanges(List) Copyright © 2022. All rights reserved.