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