toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (columnizedDataset case final columnizedDataset?)
    'columnizedDataset': columnizedDataset.toJson(),
  if (batchPredictionOutput case final batchPredictionOutput?)
    'batchPredictionOutput': batchPredictionOutput.toJson(),
  if (vertexEndpointLogs case final vertexEndpointLogs?)
    'vertexEndpointLogs': vertexEndpointLogs.toJson(),
  if (timeInterval case final timeInterval?)
    'timeInterval': timeInterval.toJson(),
  if (timeOffset case final timeOffset?) 'timeOffset': timeOffset.toJson(),
};