| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ParentHyperParameterTuningJob> |
HyperParameterTuningJobWarmStartConfig.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 |
|---|---|
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.Builder.parentHyperParameterTuningJobs(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 |
|---|---|
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.Builder.parentHyperParameterTuningJobs(Collection<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning
job.
|
Copyright © 2022. All rights reserved.