public static interface ContinuousParameterRange.Builder extends SdkPojo, CopyableBuilder<ContinuousParameterRange.Builder,ContinuousParameterRange>
Modifier and Type | Method and Description |
---|---|
ContinuousParameterRange.Builder |
maxValue(String maxValue)
The maximum value for the hyperparameter.
|
ContinuousParameterRange.Builder |
minValue(String minValue)
The minimum value for the hyperparameter.
|
ContinuousParameterRange.Builder |
name(String name)
The name of the continuous hyperparameter to tune.
|
copy
applyMutation, build
ContinuousParameterRange.Builder name(String name)
The name of the continuous hyperparameter to tune.
name
- The name of the continuous hyperparameter to tune.ContinuousParameterRange.Builder minValue(String minValue)
The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and
MaxValue
for tuning.
minValue
- The minimum value for the hyperparameter. The tuning job uses floating-point values between this value
and MaxValue
for tuning.ContinuousParameterRange.Builder maxValue(String maxValue)
The maximum value for the hyperparameter. The tuning job uses floating-point values between
MinValue
value and this value for tuning.
maxValue
- The maximum value for the hyperparameter. The tuning job uses floating-point values between
MinValue
value and this value for tuning.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.