toJson method
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,
};
}