| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.clone() |
HyperParameterTuningJobConfig |
CreateHyperParameterTuningJobRequest.getHyperParameterTuningJobConfig()
The object that describes the tuning job, including the search strategy, metric used to evaluate training jobs,
ranges of parameters to search, and resource limits for the tuning job.
|
HyperParameterTuningJobConfig |
DescribeHyperParameterTuningJobResult.getHyperParameterTuningJobConfig()
The object that specifies the configuration of the tuning job.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withHyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective)
The object that specifies the objective metric for this tuning job.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withParameterRanges(ParameterRanges parameterRanges)
The object that specifies the ranges of hyperparameters that this tuning job searches.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withResourceLimits(ResourceLimits resourceLimits)
The object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withStrategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy for hyperparameters.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withStrategy(String strategy)
Specifies the search strategy for hyperparameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHyperParameterTuningJobRequest.setHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that describes the tuning job, including the search strategy, metric used to evaluate training jobs,
ranges of parameters to search, and resource limits for the tuning job.
|
void |
DescribeHyperParameterTuningJobResult.setHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that specifies the configuration of the tuning job.
|
CreateHyperParameterTuningJobRequest |
CreateHyperParameterTuningJobRequest.withHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that describes the tuning job, including the search strategy, metric used to evaluate training jobs,
ranges of parameters to search, and resource limits for the tuning job.
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that specifies the configuration of the tuning job.
|
Copyright © 2018. All rights reserved.