@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultIntegerHyperParameterRange extends Object implements Serializable, Cloneable, StructuredPojo
Provides the name and default range of a integer-valued hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
Constructor and Description |
---|
DefaultIntegerHyperParameterRange() |
Modifier and Type | Method and Description |
---|---|
DefaultIntegerHyperParameterRange |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTunable()
Indicates whether the hyperparameter is tunable.
|
Integer |
getMaxValue()
The maximum allowable value for the hyperparameter.
|
Integer |
getMinValue()
The minimum allowable value for the hyperparameter.
|
String |
getName()
The name of the hyperparameter.
|
int |
hashCode() |
Boolean |
isTunable()
Indicates whether the hyperparameter is tunable.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIsTunable(Boolean isTunable)
Indicates whether the hyperparameter is tunable.
|
void |
setMaxValue(Integer maxValue)
The maximum allowable value for the hyperparameter.
|
void |
setMinValue(Integer minValue)
The minimum allowable value for the hyperparameter.
|
void |
setName(String name)
The name of the hyperparameter.
|
String |
toString()
Returns a string representation of this object.
|
DefaultIntegerHyperParameterRange |
withIsTunable(Boolean isTunable)
Indicates whether the hyperparameter is tunable.
|
DefaultIntegerHyperParameterRange |
withMaxValue(Integer maxValue)
The maximum allowable value for the hyperparameter.
|
DefaultIntegerHyperParameterRange |
withMinValue(Integer minValue)
The minimum allowable value for the hyperparameter.
|
DefaultIntegerHyperParameterRange |
withName(String name)
The name of the hyperparameter.
|
public void setName(String name)
The name of the hyperparameter.
name
- The name of the hyperparameter.public String getName()
The name of the hyperparameter.
public DefaultIntegerHyperParameterRange withName(String name)
The name of the hyperparameter.
name
- The name of the hyperparameter.public void setMinValue(Integer minValue)
The minimum allowable value for the hyperparameter.
minValue
- The minimum allowable value for the hyperparameter.public Integer getMinValue()
The minimum allowable value for the hyperparameter.
public DefaultIntegerHyperParameterRange withMinValue(Integer minValue)
The minimum allowable value for the hyperparameter.
minValue
- The minimum allowable value for the hyperparameter.public void setMaxValue(Integer maxValue)
The maximum allowable value for the hyperparameter.
maxValue
- The maximum allowable value for the hyperparameter.public Integer getMaxValue()
The maximum allowable value for the hyperparameter.
public DefaultIntegerHyperParameterRange withMaxValue(Integer maxValue)
The maximum allowable value for the hyperparameter.
maxValue
- The maximum allowable value for the hyperparameter.public void setIsTunable(Boolean isTunable)
Indicates whether the hyperparameter is tunable.
isTunable
- Indicates whether the hyperparameter is tunable.public Boolean getIsTunable()
Indicates whether the hyperparameter is tunable.
public DefaultIntegerHyperParameterRange withIsTunable(Boolean isTunable)
Indicates whether the hyperparameter is tunable.
isTunable
- Indicates whether the hyperparameter is tunable.public Boolean isTunable()
Indicates whether the hyperparameter is tunable.
public String toString()
toString
in class Object
Object.toString()
public DefaultIntegerHyperParameterRange 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.