@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.
|
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.
|
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.
|
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
MaxValuefor tuning.
minValue - The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and
MaxValuefor tuning.public String getMinValue()
The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and
MaxValuefor tuning.
MaxValuefor tuning.public ContinuousParameterRange withMinValue(String minValue)
The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and
MaxValuefor tuning.
minValue - The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and
MaxValuefor 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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.