@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HyperParameterRanges extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the hyperparameters and their ranges. Hyperparameters can be categorical, continuous, or integer-valued.
Constructor and Description |
---|
HyperParameterRanges() |
Modifier and Type | Method and Description |
---|---|
HyperParameterRanges |
clone() |
boolean |
equals(Object obj) |
List<CategoricalHyperParameterRange> |
getCategoricalHyperParameterRanges()
The categorical hyperparameters and their ranges.
|
List<ContinuousHyperParameterRange> |
getContinuousHyperParameterRanges()
The continuous hyperparameters and their ranges.
|
List<IntegerHyperParameterRange> |
getIntegerHyperParameterRanges()
The integer-valued hyperparameters and their ranges.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoricalHyperParameterRanges(Collection<CategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
|
void |
setContinuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
|
void |
setIntegerHyperParameterRanges(Collection<IntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their ranges.
|
String |
toString()
Returns a string representation of this object.
|
HyperParameterRanges |
withCategoricalHyperParameterRanges(CategoricalHyperParameterRange... categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
|
HyperParameterRanges |
withCategoricalHyperParameterRanges(Collection<CategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
|
HyperParameterRanges |
withContinuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
|
HyperParameterRanges |
withContinuousHyperParameterRanges(ContinuousHyperParameterRange... continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
|
HyperParameterRanges |
withIntegerHyperParameterRanges(Collection<IntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their ranges.
|
HyperParameterRanges |
withIntegerHyperParameterRanges(IntegerHyperParameterRange... integerHyperParameterRanges)
The integer-valued hyperparameters and their ranges.
|
public List<IntegerHyperParameterRange> getIntegerHyperParameterRanges()
The integer-valued hyperparameters and their ranges.
public void setIntegerHyperParameterRanges(Collection<IntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their ranges.
integerHyperParameterRanges
- The integer-valued hyperparameters and their ranges.public HyperParameterRanges withIntegerHyperParameterRanges(IntegerHyperParameterRange... integerHyperParameterRanges)
The integer-valued hyperparameters and their 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 ranges.public HyperParameterRanges withIntegerHyperParameterRanges(Collection<IntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their ranges.
integerHyperParameterRanges
- The integer-valued hyperparameters and their ranges.public List<ContinuousHyperParameterRange> getContinuousHyperParameterRanges()
The continuous hyperparameters and their ranges.
public void setContinuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
continuousHyperParameterRanges
- The continuous hyperparameters and their ranges.public HyperParameterRanges withContinuousHyperParameterRanges(ContinuousHyperParameterRange... continuousHyperParameterRanges)
The continuous hyperparameters and their 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 ranges.public HyperParameterRanges withContinuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their ranges.
continuousHyperParameterRanges
- The continuous hyperparameters and their ranges.public List<CategoricalHyperParameterRange> getCategoricalHyperParameterRanges()
The categorical hyperparameters and their ranges.
public void setCategoricalHyperParameterRanges(Collection<CategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
categoricalHyperParameterRanges
- The categorical hyperparameters and their ranges.public HyperParameterRanges withCategoricalHyperParameterRanges(CategoricalHyperParameterRange... categoricalHyperParameterRanges)
The categorical hyperparameters and their 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 ranges.public HyperParameterRanges withCategoricalHyperParameterRanges(Collection<CategoricalHyperParameterRange> categoricalHyperParameterRanges)
The categorical hyperparameters and their ranges.
categoricalHyperParameterRanges
- The categorical hyperparameters and their ranges.public String toString()
toString
in class Object
Object.toString()
public HyperParameterRanges 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.