toJson method
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(),
};