@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContinuousParameterRange extends Object implements Serializable, Cloneable, StructuredPojo
A list of continuous hyperparameters to tune.
Constructor and Description |
---|
ContinuousParameterRange() |
Modifier and Type | Method and Description |
---|---|
ContinuousParameterRange |
clone() |
boolean |
equals(Object obj) |
String |
getMaxValue()
The maximum value for the hyperparameter.
|
String |
getMinValue()
The minimum value for the hyperparameter.
|
String |
getName()
The name of the continuous 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(String maxValue)
The maximum value for the hyperparameter.
|
void |
setMinValue(String minValue)
The minimum value for the hyperparameter.
|
void |
setName(String name)
The name of the continuous 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(String maxValue)
The maximum value for the hyperparameter.
|
ContinuousParameterRange |
withMinValue(String minValue)
The minimum value for the hyperparameter.
|
ContinuousParameterRange |
withName(String name)
The name of the continuous hyperparameter to tune.
|
ContinuousParameterRange |
withScalingType(HyperParameterScalingType 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 continuous hyperparameter to tune.
name
- The name of the continuous hyperparameter to tune.public String getName()
The name of the continuous hyperparameter to tune.
public ContinuousParameterRange withName(String name)
The name of the continuous hyperparameter to tune.
name
- The name of the continuous hyperparameter to tune.public void setMinValue(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.public String getMinValue()
The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and
MaxValue
for tuning.
MaxValue
for tuning.public ContinuousParameterRange withMinValue(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.public void setMaxValue(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.public String getMaxValue()
The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue
value and this value for tuning.
MinValue
value and this value for tuning.public ContinuousParameterRange withMaxValue(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.public void setScalingType(String scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
Amazon SageMaker 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 only 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.
scalingType
- The scale that hyperparameter tuning uses to search the hyperparameter range. For information about
choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
Amazon SageMaker 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 only 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.
HyperParameterScalingType
public String getScalingType()
The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
Amazon SageMaker 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 only 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.
Amazon SageMaker 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 only 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.
HyperParameterScalingType
public ContinuousParameterRange withScalingType(String scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
Amazon SageMaker 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 only 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.
scalingType
- The scale that hyperparameter tuning uses to search the hyperparameter range. For information about
choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
Amazon SageMaker 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 only 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.
HyperParameterScalingType
public ContinuousParameterRange withScalingType(HyperParameterScalingType scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
Amazon SageMaker 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 only 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.
scalingType
- The scale that hyperparameter tuning uses to search the hyperparameter range. For information about
choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:
Amazon SageMaker 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 only 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.
HyperParameterScalingType
public String toString()
toString
in class Object
Object.toString()
public ContinuousParameterRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.