| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTuningJobStrategyType |
HyperParameterTuningJobStrategyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HyperParameterTuningJobStrategyType |
HyperParameterTuningJobConfig.strategy()
Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job
it launches.
|
HyperParameterTuningJobStrategyType |
HyperParameterTuningJobSummary.strategy()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
static HyperParameterTuningJobStrategyType |
HyperParameterTuningJobStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperParameterTuningJobStrategyType[] |
HyperParameterTuningJobStrategyType.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<HyperParameterTuningJobStrategyType> |
HyperParameterTuningJobStrategyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.strategy(HyperParameterTuningJobStrategyType strategy)
Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training
job it launches.
|
HyperParameterTuningJobSummary.Builder |
HyperParameterTuningJobSummary.Builder.strategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
Copyright © 2020. All rights reserved.