| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobWarmStartConfig |
HyperParameterTuningJobWarmStartConfig.clone() |
HyperParameterTuningJobWarmStartConfig |
DescribeHyperParameterTuningJobResult.getWarmStartConfig()
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as
a starting point.
|
HyperParameterTuningJobWarmStartConfig |
CreateHyperParameterTuningJobRequest.getWarmStartConfig()
Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as
a starting point.
|
HyperParameterTuningJobWarmStartConfig |
HyperParameterTuningJobWarmStartConfig.withParentHyperParameterTuningJobs(Collection<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.
|
HyperParameterTuningJobWarmStartConfig |
HyperParameterTuningJobWarmStartConfig.withParentHyperParameterTuningJobs(ParentHyperParameterTuningJob... parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.
|
HyperParameterTuningJobWarmStartConfig |
HyperParameterTuningJobWarmStartConfig.withWarmStartType(HyperParameterTuningJobWarmStartType warmStartType)
Specifies one of the following:
|
HyperParameterTuningJobWarmStartConfig |
HyperParameterTuningJobWarmStartConfig.withWarmStartType(String warmStartType)
Specifies one of the following:
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHyperParameterTuningJobResult.setWarmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as
a starting point.
|
void |
CreateHyperParameterTuningJobRequest.setWarmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as
a starting point.
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withWarmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as
a starting point.
|
CreateHyperParameterTuningJobRequest |
CreateHyperParameterTuningJobRequest.withWarmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as
a starting point.
|
Copyright © 2022. All rights reserved.