@Generated(value="software.amazon.awssdk:codegen") public final class DefaultHyperParameterRanges extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultHyperParameterRanges.Builder,DefaultHyperParameterRanges>
Specifies the hyperparameters and their default ranges. Hyperparameters can be categorical, continuous, or integer-valued.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultHyperParameterRanges.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultHyperParameterRanges.Builder |
builder() |
List<DefaultCategoricalHyperParameterRange> |
categoricalHyperParameterRanges()
The categorical hyperparameters and their default ranges.
|
List<DefaultContinuousHyperParameterRange> |
continuousHyperParameterRanges()
The continuous hyperparameters and their default 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<DefaultIntegerHyperParameterRange> |
integerHyperParameterRanges()
The integer-valued hyperparameters and their default ranges.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultHyperParameterRanges.Builder> |
serializableBuilderClass() |
DefaultHyperParameterRanges.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasIntegerHyperParameterRanges()
public List<DefaultIntegerHyperParameterRange> integerHyperParameterRanges()
The integer-valued hyperparameters and their default 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 boolean hasContinuousHyperParameterRanges()
public List<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges()
The continuous hyperparameters and their default 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 boolean hasCategoricalHyperParameterRanges()
public List<DefaultCategoricalHyperParameterRange> categoricalHyperParameterRanges()
The categorical hyperparameters and their default 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 DefaultHyperParameterRanges.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultHyperParameterRanges.Builder,DefaultHyperParameterRanges>public static DefaultHyperParameterRanges.Builder builder()
public static Class<? extends DefaultHyperParameterRanges.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.