model_monitor_config_template.json 301 B

123456789101112131415
  1. {
  2. "template_path": "aaaaa",
  3. "metric_config_list": [
  4. {
  5. "metric_code": "ks",
  6. "metric_func": "MetricBySqlGeneral",
  7. "sql": "select * from test.t1"
  8. },
  9. {
  10. "metric_code": "auc",
  11. "metric_func": "MetricBySqlGeneral",
  12. "sql": "select * from test.t1"
  13. }
  14. ]
  15. }