toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (pipelineJob != null) 'pipelineJob': pipelineJob!,
if (tunedModel != null) 'tunedModel': tunedModel!,
if (tuningJob != null) 'tuningJob': tuningJob!,
};