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