public static interface DefaultIntegerHyperParameterRange.Builder extends SdkPojo, CopyableBuilder<DefaultIntegerHyperParameterRange.Builder,DefaultIntegerHyperParameterRange>
| Modifier and Type | Method and Description |
|---|---|
DefaultIntegerHyperParameterRange.Builder |
isTunable(Boolean isTunable)
Indicates whether the hyperparameter is tunable.
|
DefaultIntegerHyperParameterRange.Builder |
maxValue(Integer maxValue)
The maximum allowable value for the hyperparameter.
|
DefaultIntegerHyperParameterRange.Builder |
minValue(Integer minValue)
The minimum allowable value for the hyperparameter.
|
DefaultIntegerHyperParameterRange.Builder |
name(String name)
The name of the hyperparameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultIntegerHyperParameterRange.Builder name(String name)
The name of the hyperparameter.
name - The name of the hyperparameter.DefaultIntegerHyperParameterRange.Builder minValue(Integer minValue)
The minimum allowable value for the hyperparameter.
minValue - The minimum allowable value for the hyperparameter.DefaultIntegerHyperParameterRange.Builder maxValue(Integer maxValue)
The maximum allowable value for the hyperparameter.
maxValue - The maximum allowable value for the hyperparameter.DefaultIntegerHyperParameterRange.Builder isTunable(Boolean isTunable)
Indicates whether the hyperparameter is tunable.
isTunable - Indicates whether the hyperparameter is tunable.Copyright © 2023. All rights reserved.