HyperParameterTuningJobWarmStartConfig constructor

const HyperParameterTuningJobWarmStartConfig({
  1. Input<List<HyperParameterTuningJobWarmStartConfigParentHyperParameterTuningJob>?>? parentHyperParameterTuningJobs,
  2. Input<String?>? warmStartType,
})

Creates a new HyperParameterTuningJobWarmStartConfig. parentHyperParameterTuningJobs Parent tuning jobs for warm start. warmStartType Warm start mode.

Implementation

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