@Generated(value="software.amazon.awssdk:codegen") public final class ContinuousParameterRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContinuousParameterRange.Builder,ContinuousParameterRange>
Specifies a continuous hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContinuousParameterRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContinuousParameterRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
maxValue()
The maximum tunable value of the hyperparameter.
|
Double |
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 ContinuousParameterRange.Builder> |
serializableBuilderClass() |
ContinuousParameterRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the hyperparameter to tune.
public Double maxValue()
The maximum tunable value of the hyperparameter.
public Double minValue()
The minimum tunable value of the hyperparameter.
public 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.
hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.
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.
hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.
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 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.
hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.
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.
hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.
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 ContinuousParameterRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContinuousParameterRange.Builder,ContinuousParameterRange>public static ContinuousParameterRange.Builder builder()
public static Class<? extends ContinuousParameterRange.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.