@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContinuousParameterRangeSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Defines the possible values for a continuous hyperparameter.
Constructor and Description |
---|
ContinuousParameterRangeSpecification() |
Modifier and Type | Method and Description |
---|---|
ContinuousParameterRangeSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getMaxValue()
The maximum floating-point value allowed.
|
String |
getMinValue()
The minimum floating-point value allowed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxValue(String maxValue)
The maximum floating-point value allowed.
|
void |
setMinValue(String minValue)
The minimum floating-point value allowed.
|
String |
toString()
Returns a string representation of this object.
|
ContinuousParameterRangeSpecification |
withMaxValue(String maxValue)
The maximum floating-point value allowed.
|
ContinuousParameterRangeSpecification |
withMinValue(String minValue)
The minimum floating-point value allowed.
|
public ContinuousParameterRangeSpecification()
public void setMinValue(String minValue)
The minimum floating-point value allowed.
minValue
- The minimum floating-point value allowed.public String getMinValue()
The minimum floating-point value allowed.
public ContinuousParameterRangeSpecification withMinValue(String minValue)
The minimum floating-point value allowed.
minValue
- The minimum floating-point value allowed.public void setMaxValue(String maxValue)
The maximum floating-point value allowed.
maxValue
- The maximum floating-point value allowed.public String getMaxValue()
The maximum floating-point value allowed.
public ContinuousParameterRangeSpecification withMaxValue(String maxValue)
The maximum floating-point value allowed.
maxValue
- The maximum floating-point value allowed.public String toString()
toString
in class Object
Object.toString()
public ContinuousParameterRangeSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.