@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) |
int |
hashCode() |
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 List<IntegerHyperParameterRange> integerHyperParameterRanges()
The integer-valued hyperparameters and their ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ContinuousHyperParameterRange> continuousHyperParameterRanges()
The continuous hyperparameters and their ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<CategoricalHyperParameterRange> categoricalHyperParameterRanges()
The categorical hyperparameters and their ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public HyperParameterRanges.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HyperParameterRanges.Builder,HyperParameterRanges>public static HyperParameterRanges.Builder builder()
public static Class<? extends HyperParameterRanges.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.