Class ParameterRange
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ParameterRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParameterRange.Builder,ParameterRange>
@Generated("software.amazon.awssdk:codegen") public final class ParameterRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterRange.Builder,ParameterRange>
Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterRange.Builderbuilder()CategoricalParameterRangeSpecificationcategoricalParameterRangeSpecification()ACategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.ContinuousParameterRangeSpecificationcontinuousParameterRangeSpecification()AContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerParameterRangeSpecificationintegerParameterRangeSpecification()AIntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ParameterRange.Builder>serializableBuilderClass()ParameterRange.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
-
integerParameterRangeSpecification
public final IntegerParameterRangeSpecification integerParameterRangeSpecification()
A
IntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.- Returns:
- A
IntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.
-
continuousParameterRangeSpecification
public final ContinuousParameterRangeSpecification continuousParameterRangeSpecification()
A
ContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.- Returns:
- A
ContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.
-
categoricalParameterRangeSpecification
public final CategoricalParameterRangeSpecification categoricalParameterRangeSpecification()
A
CategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.- Returns:
- A
CategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.
-
toBuilder
public ParameterRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParameterRange.Builder,ParameterRange>
-
builder
public static ParameterRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParameterRange.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
-
-