@Generated(value="software.amazon.awssdk:codegen") public final class ContinuousHyperParameterRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContinuousHyperParameterRange.Builder,ContinuousHyperParameterRange>
Provides the name and range of a continuous hyperparameter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContinuousHyperParameterRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContinuousHyperParameterRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 ContinuousHyperParameterRange.Builder> |
serializableBuilderClass() |
ContinuousHyperParameterRange.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 ContinuousHyperParameterRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContinuousHyperParameterRange.Builder,ContinuousHyperParameterRange>public static ContinuousHyperParameterRange.Builder builder()
public static Class<? extends ContinuousHyperParameterRange.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.