@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegerParameterRange extends Object implements Serializable, Cloneable, StructuredPojo
For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.
Constructor and Description |
---|
IntegerParameterRange() |
Modifier and Type | Method and Description |
---|---|
IntegerParameterRange |
clone() |
boolean |
equals(Object obj) |
String |
getMaxValue()
The maximum value of the hyperparameter to search.
|
String |
getMinValue()
The minimum value of the hyperparameter to search.
|
String |
getName()
The name of the hyperparameter to search.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxValue(String maxValue)
The maximum value of the hyperparameter to search.
|
void |
setMinValue(String minValue)
The minimum value of the hyperparameter to search.
|
void |
setName(String name)
The name of the hyperparameter to search.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
IntegerParameterRange |
withMaxValue(String maxValue)
The maximum value of the hyperparameter to search.
|
IntegerParameterRange |
withMinValue(String minValue)
The minimum value of the hyperparameter to search.
|
IntegerParameterRange |
withName(String name)
The name of the hyperparameter to search.
|
public void setName(String name)
The name of the hyperparameter to search.
name
- The name of the hyperparameter to search.public String getName()
The name of the hyperparameter to search.
public IntegerParameterRange withName(String name)
The name of the hyperparameter to search.
name
- The name of the hyperparameter to search.public void setMinValue(String minValue)
The minimum value of the hyperparameter to search.
minValue
- The minimum value of the hyperparameter to search.public String getMinValue()
The minimum value of the hyperparameter to search.
public IntegerParameterRange withMinValue(String minValue)
The minimum value of the hyperparameter to search.
minValue
- The minimum value of the hyperparameter to search.public void setMaxValue(String maxValue)
The maximum value of the hyperparameter to search.
maxValue
- The maximum value of the hyperparameter to search.public String getMaxValue()
The maximum value of the hyperparameter to search.
public IntegerParameterRange withMaxValue(String maxValue)
The maximum value of the hyperparameter to search.
maxValue
- The maximum value of the hyperparameter to search.public String toString()
toString
in class Object
Object.toString()
public IntegerParameterRange 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.