@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContinuousParameterRange extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a continuous hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.
| Constructor and Description | 
|---|
| ContinuousParameterRange() | 
| Modifier and Type | Method and Description | 
|---|---|
| ContinuousParameterRange | clone() | 
| boolean | equals(Object obj) | 
| Double | getMaxValue()
 The maximum tunable value of the hyperparameter. | 
| Double | getMinValue()
 The minimum tunable value of the hyperparameter. | 
| String | getName()
 The name of the hyperparameter to tune. | 
| String | getScalingType()
 The scale that hyperparameter tuning uses to search the hyperparameter range. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setMaxValue(Double maxValue)
 The maximum tunable value of the hyperparameter. | 
| void | setMinValue(Double minValue)
 The minimum tunable value of the hyperparameter. | 
| void | setName(String name)
 The name of the hyperparameter to tune. | 
| void | setScalingType(String scalingType)
 The scale that hyperparameter tuning uses to search the hyperparameter range. | 
| String | toString()Returns a string representation of this object. | 
| ContinuousParameterRange | withMaxValue(Double maxValue)
 The maximum tunable value of the hyperparameter. | 
| ContinuousParameterRange | withMinValue(Double minValue)
 The minimum tunable value of the hyperparameter. | 
| ContinuousParameterRange | withName(String name)
 The name of the hyperparameter to tune. | 
| ContinuousParameterRange | withScalingType(ScalingType scalingType)
 The scale that hyperparameter tuning uses to search the hyperparameter range. | 
| ContinuousParameterRange | withScalingType(String scalingType)
 The scale that hyperparameter tuning uses to search the hyperparameter range. | 
public void setName(String name)
The name of the hyperparameter to tune.
name - The name of the hyperparameter to tune.public String getName()
The name of the hyperparameter to tune.
public ContinuousParameterRange withName(String name)
The name of the hyperparameter to tune.
name - The name of the hyperparameter to tune.public void setMaxValue(Double maxValue)
The maximum tunable value of the hyperparameter.
maxValue - The maximum tunable value of the hyperparameter.public Double getMaxValue()
The maximum tunable value of the hyperparameter.
public ContinuousParameterRange withMaxValue(Double maxValue)
The maximum tunable value of the hyperparameter.
maxValue - The maximum tunable value of the hyperparameter.public void setMinValue(Double minValue)
The minimum tunable value of the hyperparameter.
minValue - The minimum tunable value of the hyperparameter.public Double getMinValue()
The minimum tunable value of the hyperparameter.
public ContinuousParameterRange withMinValue(Double minValue)
The minimum tunable value of the hyperparameter.
minValue - The minimum tunable value of the hyperparameter.public void setScalingType(String 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:
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:
ScalingTypepublic String getScalingType()
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:
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 withScalingType(String 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:
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:
ScalingTypepublic ContinuousParameterRange withScalingType(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:
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:
ScalingTypepublic String toString()
toString in class ObjectObject.toString()public ContinuousParameterRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.