@override Object toJson() => { if (gcs != null) 'gcs': gcs!.toJson(), if (bigquery != null) 'bigquery': bigquery!.toJson(), if (predictionFormat.isNotDefault) 'predictionFormat': predictionFormat.toJson(), };