@Generated(value="software.amazon.awssdk:codegen") public final class ParameterRanges extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterRanges.Builder,ParameterRanges>
Specifies the categorical, continuous, and integer hyperparameters, and their ranges of tunable values. The range of tunable values determines which values that a hyperparameter tuning job can choose for the specified hyperparameter. This object is part of the HyperParameterTuningJobConfig object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterRanges.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParameterRanges.Builder |
builder() |
List<CategoricalParameterRange> |
categoricalParameterRanges()
Specifies the tunable range for each categorical hyperparameter.
|
List<ContinuousParameterRange> |
continuousParameterRanges()
Specifies the tunable range for each continuous hyperparameter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCategoricalParameterRanges()
Returns true if the CategoricalParameterRanges property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
boolean |
hasContinuousParameterRanges()
Returns true if the ContinuousParameterRanges property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIntegerParameterRanges()
Returns true if the IntegerParameterRanges property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
List<IntegerParameterRange> |
integerParameterRanges()
Specifies the tunable range for each integer hyperparameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParameterRanges.Builder> |
serializableBuilderClass() |
ParameterRanges.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasCategoricalParameterRanges()
public List<CategoricalParameterRange> categoricalParameterRanges()
Specifies the tunable range for each categorical hyperparameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCategoricalParameterRanges() to see if a value was sent in this field.
public boolean hasContinuousParameterRanges()
public List<ContinuousParameterRange> continuousParameterRanges()
Specifies the tunable range for each continuous hyperparameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasContinuousParameterRanges() to see if a value was sent in this field.
public boolean hasIntegerParameterRanges()
public List<IntegerParameterRange> integerParameterRanges()
Specifies the tunable range for each integer hyperparameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIntegerParameterRanges() to see if a value was sent in this field.
public ParameterRanges.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParameterRanges.Builder,ParameterRanges>public static ParameterRanges.Builder builder()
public static Class<? extends ParameterRanges.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.