@Generated(value="software.amazon.awssdk:codegen") public final class IntegerParameterRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntegerParameterRange.Builder,IntegerParameterRange>
Specifies an integer hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntegerParameterRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IntegerParameterRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxValue()
The maximum tunable value of the hyperparameter.
|
Integer |
minValue()
The minimum tunable value of the hyperparameter.
|
String |
name()
The name of the hyperparameter to tune.
|
ScalingType |
scalingType()
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
String |
scalingTypeAsString()
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IntegerParameterRange.Builder> |
serializableBuilderClass() |
IntegerParameterRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the hyperparameter to tune.
public final Integer maxValue()
The maximum tunable value of the hyperparameter.
public final Integer minValue()
The minimum tunable value of the hyperparameter.
public final ScalingType scalingType()
The scale that hyperparameter tuning uses to search the hyperparameter range. Valid values:
Amazon Forecast hyperparameter tuning chooses the best scale for the hyperparameter.
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.
Logarithmic scaling works only for ranges that have values greater than 0.
Not supported for IntegerParameterRange.
Reverse logarithmic scaling works only for ranges that are entirely within the range 0 <= x < 1.0.
For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
If the service returns an enum value that is not available in the current SDK version, scalingType will
return ScalingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scalingTypeAsString().
Amazon Forecast hyperparameter tuning chooses the best scale for the hyperparameter.
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.
Logarithmic scaling works only for ranges that have values greater than 0.
Not supported for IntegerParameterRange.
Reverse logarithmic scaling works only for ranges that are entirely within the range 0 <= x < 1.0.
For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
ScalingTypepublic final String scalingTypeAsString()
The scale that hyperparameter tuning uses to search the hyperparameter range. Valid values:
Amazon Forecast hyperparameter tuning chooses the best scale for the hyperparameter.
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.
Logarithmic scaling works only for ranges that have values greater than 0.
Not supported for IntegerParameterRange.
Reverse logarithmic scaling works only for ranges that are entirely within the range 0 <= x < 1.0.
For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
If the service returns an enum value that is not available in the current SDK version, scalingType will
return ScalingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scalingTypeAsString().
Amazon Forecast hyperparameter tuning chooses the best scale for the hyperparameter.
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.
Logarithmic scaling works only for ranges that have values greater than 0.
Not supported for IntegerParameterRange.
Reverse logarithmic scaling works only for ranges that are entirely within the range 0 <= x < 1.0.
For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
ScalingTypepublic IntegerParameterRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntegerParameterRange.Builder,IntegerParameterRange>public static IntegerParameterRange.Builder builder()
public static Class<? extends IntegerParameterRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.