@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterRange extends Object implements Serializable, Cloneable, StructuredPojo
Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.
Constructor and Description |
---|
ParameterRange() |
Modifier and Type | Method and Description |
---|---|
ParameterRange |
clone() |
boolean |
equals(Object obj) |
CategoricalParameterRangeSpecification |
getCategoricalParameterRangeSpecification()
A
CategoricalParameterRangeSpecification object that defines the possible values for a categorical
hyperparameter. |
ContinuousParameterRangeSpecification |
getContinuousParameterRangeSpecification()
A
ContinuousParameterRangeSpecification object that defines the possible values for a continuous
hyperparameter. |
IntegerParameterRangeSpecification |
getIntegerParameterRangeSpecification()
A
IntegerParameterRangeSpecification object that defines the possible values for an integer
hyperparameter. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification)
A
CategoricalParameterRangeSpecification object that defines the possible values for a categorical
hyperparameter. |
void |
setContinuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification)
A
ContinuousParameterRangeSpecification object that defines the possible values for a continuous
hyperparameter. |
void |
setIntegerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification)
A
IntegerParameterRangeSpecification object that defines the possible values for an integer
hyperparameter. |
String |
toString()
Returns a string representation of this object.
|
ParameterRange |
withCategoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification)
A
CategoricalParameterRangeSpecification object that defines the possible values for a categorical
hyperparameter. |
ParameterRange |
withContinuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification)
A
ContinuousParameterRangeSpecification object that defines the possible values for a continuous
hyperparameter. |
ParameterRange |
withIntegerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification)
A
IntegerParameterRangeSpecification object that defines the possible values for an integer
hyperparameter. |
public void setIntegerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification)
A IntegerParameterRangeSpecification
object that defines the possible values for an integer
hyperparameter.
integerParameterRangeSpecification
- A IntegerParameterRangeSpecification
object that defines the possible values for an integer
hyperparameter.public IntegerParameterRangeSpecification getIntegerParameterRangeSpecification()
A IntegerParameterRangeSpecification
object that defines the possible values for an integer
hyperparameter.
IntegerParameterRangeSpecification
object that defines the possible values for an integer
hyperparameter.public ParameterRange withIntegerParameterRangeSpecification(IntegerParameterRangeSpecification integerParameterRangeSpecification)
A IntegerParameterRangeSpecification
object that defines the possible values for an integer
hyperparameter.
integerParameterRangeSpecification
- A IntegerParameterRangeSpecification
object that defines the possible values for an integer
hyperparameter.public void setContinuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification)
A ContinuousParameterRangeSpecification
object that defines the possible values for a continuous
hyperparameter.
continuousParameterRangeSpecification
- A ContinuousParameterRangeSpecification
object that defines the possible values for a
continuous hyperparameter.public ContinuousParameterRangeSpecification getContinuousParameterRangeSpecification()
A ContinuousParameterRangeSpecification
object that defines the possible values for a continuous
hyperparameter.
ContinuousParameterRangeSpecification
object that defines the possible values for a
continuous hyperparameter.public ParameterRange withContinuousParameterRangeSpecification(ContinuousParameterRangeSpecification continuousParameterRangeSpecification)
A ContinuousParameterRangeSpecification
object that defines the possible values for a continuous
hyperparameter.
continuousParameterRangeSpecification
- A ContinuousParameterRangeSpecification
object that defines the possible values for a
continuous hyperparameter.public void setCategoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification)
A CategoricalParameterRangeSpecification
object that defines the possible values for a categorical
hyperparameter.
categoricalParameterRangeSpecification
- A CategoricalParameterRangeSpecification
object that defines the possible values for a
categorical hyperparameter.public CategoricalParameterRangeSpecification getCategoricalParameterRangeSpecification()
A CategoricalParameterRangeSpecification
object that defines the possible values for a categorical
hyperparameter.
CategoricalParameterRangeSpecification
object that defines the possible values for a
categorical hyperparameter.public ParameterRange withCategoricalParameterRangeSpecification(CategoricalParameterRangeSpecification categoricalParameterRangeSpecification)
A CategoricalParameterRangeSpecification
object that defines the possible values for a categorical
hyperparameter.
categoricalParameterRangeSpecification
- A CategoricalParameterRangeSpecification
object that defines the possible values for a
categorical hyperparameter.public String toString()
toString
in class Object
Object.toString()
public ParameterRange 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.