toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deployedModelId != null) 'deployedModelId': deployedModelId!,
if (explanations != null) 'explanations': explanations!,
if (predictions != null) 'predictions': predictions!,
};