toJson method
Implementation
@override
Object toJson() => {
if (gcsDestination != null) 'gcsDestination': gcsDestination!.toJson(),
if (bigqueryDestination != null)
'bigqueryDestination': bigqueryDestination!.toJson(),
'predictionsFormat': predictionsFormat,
};