@Generated(value="software.amazon.awssdk:codegen") public final class DefaultContinuousHyperParameterRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultContinuousHyperParameterRange.Builder,DefaultContinuousHyperParameterRange>
Provides the name and default range of a continuous hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultContinuousHyperParameterRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultContinuousHyperParameterRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isTunable()
Whether the hyperparameter is tunable.
|
Double |
maxValue()
The maximum allowable value for the hyperparameter.
|
Double |
minValue()
The minimum allowable value for the hyperparameter.
|
String |
name()
The name of the hyperparameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultContinuousHyperParameterRange.Builder> |
serializableBuilderClass() |
DefaultContinuousHyperParameterRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the hyperparameter.
public Double minValue()
The minimum allowable value for the hyperparameter.
public Double maxValue()
The maximum allowable value for the hyperparameter.
public Boolean isTunable()
Whether the hyperparameter is tunable.
public DefaultContinuousHyperParameterRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultContinuousHyperParameterRange.Builder,DefaultContinuousHyperParameterRange>public static DefaultContinuousHyperParameterRange.Builder builder()
public static Class<? extends DefaultContinuousHyperParameterRange.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.