| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterScalingType |
HyperParameterScalingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HyperParameterScalingType |
IntegerParameterRange.scalingType()
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
HyperParameterScalingType |
ContinuousParameterRange.scalingType()
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
static HyperParameterScalingType |
HyperParameterScalingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperParameterScalingType[] |
HyperParameterScalingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HyperParameterScalingType> |
HyperParameterScalingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IntegerParameterRange.Builder |
IntegerParameterRange.Builder.scalingType(HyperParameterScalingType scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
ContinuousParameterRange.Builder |
ContinuousParameterRange.Builder.scalingType(HyperParameterScalingType scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
Copyright © 2020. All rights reserved.