toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bigquery = this.bigquery;
final gcs = this.gcs;
final predictionFormat = this.predictionFormat;
return {
'bigquery': ?bigquery,
'gcs': ?gcs,
'predictionFormat': ?predictionFormat,
};
}