public static interface ParameterRanges.Builder extends SdkPojo, CopyableBuilder<ParameterRanges.Builder,ParameterRanges>
| Modifier and Type | Method and Description |
|---|---|
ParameterRanges.Builder |
categoricalParameterRanges(CategoricalParameterRange... categoricalParameterRanges)
Specifies the tunable range for each categorical hyperparameter.
|
ParameterRanges.Builder |
categoricalParameterRanges(Collection<CategoricalParameterRange> categoricalParameterRanges)
Specifies the tunable range for each categorical hyperparameter.
|
ParameterRanges.Builder |
categoricalParameterRanges(Consumer<CategoricalParameterRange.Builder>... categoricalParameterRanges)
Specifies the tunable range for each categorical hyperparameter.
|
ParameterRanges.Builder |
continuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
|
ParameterRanges.Builder |
continuousParameterRanges(Consumer<ContinuousParameterRange.Builder>... continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
|
ParameterRanges.Builder |
continuousParameterRanges(ContinuousParameterRange... continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
|
ParameterRanges.Builder |
integerParameterRanges(Collection<IntegerParameterRange> integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
|
ParameterRanges.Builder |
integerParameterRanges(Consumer<IntegerParameterRange.Builder>... integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
|
ParameterRanges.Builder |
integerParameterRanges(IntegerParameterRange... integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParameterRanges.Builder categoricalParameterRanges(Collection<CategoricalParameterRange> categoricalParameterRanges)
Specifies the tunable range for each categorical hyperparameter.
categoricalParameterRanges - Specifies the tunable range for each categorical hyperparameter.ParameterRanges.Builder categoricalParameterRanges(CategoricalParameterRange... categoricalParameterRanges)
Specifies the tunable range for each categorical hyperparameter.
categoricalParameterRanges - Specifies the tunable range for each categorical hyperparameter.ParameterRanges.Builder categoricalParameterRanges(Consumer<CategoricalParameterRange.Builder>... categoricalParameterRanges)
Specifies the tunable range for each categorical hyperparameter.
This is a convenience method that creates an instance of theCategoricalParameterRange.Builder avoiding the need to
create one manually via
CategoricalParameterRange.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #categoricalParameterRanges(List.
categoricalParameterRanges - a consumer that will call methods on
CategoricalParameterRange.Builder#categoricalParameterRanges(java.util.Collection) ParameterRanges.Builder continuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
continuousParameterRanges - Specifies the tunable range for each continuous hyperparameter.ParameterRanges.Builder continuousParameterRanges(ContinuousParameterRange... continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
continuousParameterRanges - Specifies the tunable range for each continuous hyperparameter.ParameterRanges.Builder continuousParameterRanges(Consumer<ContinuousParameterRange.Builder>... continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
This is a convenience method that creates an instance of theContinuousParameterRange.Builder avoiding the need to
create one manually via
ContinuousParameterRange.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #continuousParameterRanges(List.
continuousParameterRanges - a consumer that will call methods on
ContinuousParameterRange.Builder#continuousParameterRanges(java.util.Collection) ParameterRanges.Builder integerParameterRanges(Collection<IntegerParameterRange> integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
integerParameterRanges - Specifies the tunable range for each integer hyperparameter.ParameterRanges.Builder integerParameterRanges(IntegerParameterRange... integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
integerParameterRanges - Specifies the tunable range for each integer hyperparameter.ParameterRanges.Builder integerParameterRanges(Consumer<IntegerParameterRange.Builder>... integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
This is a convenience method that creates an instance of theIntegerParameterRange.Builder avoiding the need to
create one manually via
IntegerParameterRange.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #integerParameterRanges(List.
integerParameterRanges - a consumer that will call methods on
IntegerParameterRange.Builder#integerParameterRanges(java.util.Collection) Copyright © 2023. All rights reserved.