toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (classificationThreshold != null)
    'classificationThreshold': classificationThreshold!,
  if (modelTrainingMode != null) 'modelTrainingMode': modelTrainingMode!,
  if (modelType != null) 'modelType': modelType!,
};