HyperParameterTuningJobWarmStartConfig constructor

HyperParameterTuningJobWarmStartConfig({
  1. required List<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs,
  2. required HyperParameterTuningJobWarmStartType warmStartType,
})

Implementation

HyperParameterTuningJobWarmStartConfig({
  required this.parentHyperParameterTuningJobs,
  required this.warmStartType,
});