toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final pipelineJob = this.pipelineJob;
  final tunedModel = this.tunedModel;
  final tuningJob = this.tuningJob;
  return {
    'pipelineJob': ?pipelineJob,
    'tunedModel': ?tunedModel,
    'tuningJob': ?tuningJob,
  };
}