toJson method

Map<String, dynamic> toJson()

Implementation

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