parentHyperParameterTuningJobs property

List<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs
final

An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job as a Starting Point.

Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.

Implementation

final List<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs;