@Generated(value="software.amazon.awssdk:codegen") public final class HyperParameterRanges extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterRanges.Builder,HyperParameterRanges>
Specifies the hyperparameters and their ranges. Hyperparameters can be categorical, continuous, or integer-valued.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HyperParameterRanges.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterRanges.Builder |
builder() |
List<CategoricalHyperParameterRange> |
categoricalHyperParameterRanges()
The categorical hyperparameters and their ranges.
|
List<ContinuousHyperParameterRange> |
continuousHyperParameterRanges()
The continuous hyperparameters and their ranges.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCategoricalHyperParameterRanges()
Returns true if the CategoricalHyperParameterRanges 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 |
hasContinuousHyperParameterRanges()
Returns true if the ContinuousHyperParameterRanges 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 |
hasIntegerHyperParameterRanges()
Returns true if the IntegerHyperParameterRanges 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<IntegerHyperParameterRange> |
integerHyperParameterRanges()
The integer-valued hyperparameters and their ranges.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HyperParameterRanges.Builder> |
serializableBuilderClass() |
HyperParameterRanges.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasIntegerHyperParameterRanges()
public final List<IntegerHyperParameterRange> integerHyperParameterRanges()
The integer-valued hyperparameters and their ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIntegerHyperParameterRanges() to see if a value was sent in this field.
public final boolean hasContinuousHyperParameterRanges()
public final List<ContinuousHyperParameterRange> continuousHyperParameterRanges()
The continuous hyperparameters and their ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasContinuousHyperParameterRanges() to see if a value was sent in this field.
public final boolean hasCategoricalHyperParameterRanges()
public final List<CategoricalHyperParameterRange> categoricalHyperParameterRanges()
The categorical hyperparameters and their ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCategoricalHyperParameterRanges() to see if a value was sent in this field.
public HyperParameterRanges.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HyperParameterRanges.Builder,HyperParameterRanges>public static HyperParameterRanges.Builder builder()
public static Class<? extends HyperParameterRanges.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.