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