| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ParentHyperParameterTuningJob |
ParentHyperParameterTuningJob.clone() |
ParentHyperParameterTuningJob |
ParentHyperParameterTuningJob.withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParentHyperParameterTuningJob> |
HyperParameterTuningJobWarmStartConfig.getParentHyperParameterTuningJobs()
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobWarmStartConfig |
HyperParameterTuningJobWarmStartConfig.withParentHyperParameterTuningJobs(ParentHyperParameterTuningJob... parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterTuningJobWarmStartConfig.setParentHyperParameterTuningJobs(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(Collection<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.
|
Copyright © 2020. All rights reserved.