toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'parentHyperParameterTuningJobs': ?pulumi.Input.mapOptionalInputValue<List<HyperParameterTuningJobWarmStartConfigParentHyperParameterTuningJob>, List<Map<String, dynamic>>>(parentHyperParameterTuningJobs, (value) => pulumi.Input.encodeList<HyperParameterTuningJobWarmStartConfigParentHyperParameterTuningJob, Map<String, dynamic>>(value, (value) => value.toMap())),
'warmStartType': ?warmStartType,
};
}