Class DefaultContinuousHyperParameterRange
- java.lang.Object
-
- software.amazon.awssdk.services.personalize.model.DefaultContinuousHyperParameterRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DefaultContinuousHyperParameterRange.Builder,DefaultContinuousHyperParameterRange>
@Generated("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).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultContinuousHyperParameterRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultContinuousHyperParameterRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisTunable()Whether the hyperparameter is tunable.DoublemaxValue()The maximum allowable value for the hyperparameter.DoubleminValue()The minimum allowable value for the hyperparameter.Stringname()The name of the hyperparameter.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DefaultContinuousHyperParameterRange.Builder>serializableBuilderClass()DefaultContinuousHyperParameterRange.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the hyperparameter.
- Returns:
- The name of the hyperparameter.
-
minValue
public final Double minValue()
The minimum allowable value for the hyperparameter.
- Returns:
- The minimum allowable value for the hyperparameter.
-
maxValue
public final Double maxValue()
The maximum allowable value for the hyperparameter.
- Returns:
- The maximum allowable value for the hyperparameter.
-
isTunable
public final Boolean isTunable()
Whether the hyperparameter is tunable.
- Returns:
- Whether the hyperparameter is tunable.
-
toBuilder
public DefaultContinuousHyperParameterRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DefaultContinuousHyperParameterRange.Builder,DefaultContinuousHyperParameterRange>
-
builder
public static DefaultContinuousHyperParameterRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends DefaultContinuousHyperParameterRange.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-