toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (anomalyCount != null) 'anomalyCount': anomalyCount!,
      if (deployedModelId != null) 'deployedModelId': deployedModelId!,
      if (featureStats != null) 'featureStats': featureStats!,
      if (objective != null) 'objective': objective!,
    };