@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultHyperParameterRanges extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the hyperparameters and their default ranges. Hyperparameters can be categorical, continuous, or integer-valued.
Constructor and Description |
---|
DefaultHyperParameterRanges() |
Modifier and Type | Method and Description |
---|---|
DefaultHyperParameterRanges |
clone() |
boolean |
equals(Object obj) |
List<DefaultCategoricalHyperParameterRange> |
getCategoricalHyperParameterRanges()
The categorical hyperparameters and their default ranges.
|
List<DefaultContinuousHyperParameterRange> |
getContinuousHyperParameterRanges()
The continuous hyperparameters and their default ranges.
|
List<DefaultIntegerHyperParameterRange> |
getIntegerHyperParameterRanges()
The integer-valued hyperparameters and their default ranges.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoricalHyperParameterRanges(Collection<DefaultCategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their default ranges.
|
void |
setContinuousHyperParameterRanges(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
|
void |
setIntegerHyperParameterRanges(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
|
String |
toString()
Returns a string representation of this object.
|
DefaultHyperParameterRanges |
withCategoricalHyperParameterRanges(Collection<DefaultCategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their default ranges.
|
DefaultHyperParameterRanges |
withCategoricalHyperParameterRanges(DefaultCategoricalHyperParameterRange... categoricalHyperParameterRanges)
The categorical hyperparameters and their default ranges.
|
DefaultHyperParameterRanges |
withContinuousHyperParameterRanges(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
|
DefaultHyperParameterRanges |
withContinuousHyperParameterRanges(DefaultContinuousHyperParameterRange... continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
|
DefaultHyperParameterRanges |
withIntegerHyperParameterRanges(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
|
DefaultHyperParameterRanges |
withIntegerHyperParameterRanges(DefaultIntegerHyperParameterRange... integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
|
public List<DefaultIntegerHyperParameterRange> getIntegerHyperParameterRanges()
The integer-valued hyperparameters and their default ranges.
public void setIntegerHyperParameterRanges(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
integerHyperParameterRanges
- The integer-valued hyperparameters and their default ranges.public DefaultHyperParameterRanges withIntegerHyperParameterRanges(DefaultIntegerHyperParameterRange... integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
NOTE: This method appends the values to the existing list (if any). Use
setIntegerHyperParameterRanges(java.util.Collection)
or
withIntegerHyperParameterRanges(java.util.Collection)
if you want to override the existing values.
integerHyperParameterRanges
- The integer-valued hyperparameters and their default ranges.public DefaultHyperParameterRanges withIntegerHyperParameterRanges(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
integerHyperParameterRanges
- The integer-valued hyperparameters and their default ranges.public List<DefaultContinuousHyperParameterRange> getContinuousHyperParameterRanges()
The continuous hyperparameters and their default ranges.
public void setContinuousHyperParameterRanges(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
continuousHyperParameterRanges
- The continuous hyperparameters and their default ranges.public DefaultHyperParameterRanges withContinuousHyperParameterRanges(DefaultContinuousHyperParameterRange... continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
NOTE: This method appends the values to the existing list (if any). Use
setContinuousHyperParameterRanges(java.util.Collection)
or
withContinuousHyperParameterRanges(java.util.Collection)
if you want to override the existing values.
continuousHyperParameterRanges
- The continuous hyperparameters and their default ranges.public DefaultHyperParameterRanges withContinuousHyperParameterRanges(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
continuousHyperParameterRanges
- The continuous hyperparameters and their default ranges.public List<DefaultCategoricalHyperParameterRange> getCategoricalHyperParameterRanges()
The categorical hyperparameters and their default ranges.
public void setCategoricalHyperParameterRanges(Collection<DefaultCategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their default ranges.
categoricalHyperParameterRanges
- The categorical hyperparameters and their default ranges.public DefaultHyperParameterRanges withCategoricalHyperParameterRanges(DefaultCategoricalHyperParameterRange... categoricalHyperParameterRanges)
The categorical hyperparameters and their default ranges.
NOTE: This method appends the values to the existing list (if any). Use
setCategoricalHyperParameterRanges(java.util.Collection)
or
withCategoricalHyperParameterRanges(java.util.Collection)
if you want to override the existing values.
categoricalHyperParameterRanges
- The categorical hyperparameters and their default ranges.public DefaultHyperParameterRanges withCategoricalHyperParameterRanges(Collection<DefaultCategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their default ranges.
categoricalHyperParameterRanges
- The categorical hyperparameters and their default ranges.public String toString()
toString
in class Object
Object.toString()
public DefaultHyperParameterRanges clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.