toJson method

  1. @override
Object toJson()
override

Implementation

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