toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final artifactDestination = this.artifactDestination;
final deployToSameEndpoint = this.deployToSameEndpoint;
final tunedModelRef = this.tunedModelRef;
final tuningJob = this.tuningJob;
return {
'artifactDestination': ?artifactDestination,
'deployToSameEndpoint': ?deployToSameEndpoint,
'tunedModelRef': ?tunedModelRef,
'tuningJob': ?tuningJob,
};
}