123456789101112131415 |
- {
- "template_path": "aaaaa",
- "metric_config_list": [
- {
- "metric_code": "ks",
- "metric_func": "MetricBySqlGeneral",
- "sql": "select * from test.t1"
- },
- {
- "metric_code": "auc",
- "metric_func": "MetricBySqlGeneral",
- "sql": "select * from test.t1"
- }
- ]
- }
|