HyperParameterTuningJobWarmStartConfig constructor
const
HyperParameterTuningJobWarmStartConfig({
- Input<
List< ? parentHyperParameterTuningJobs,HyperParameterTuningJobWarmStartConfigParentHyperParameterTuningJob> ?> - 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,
});