You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
687 B

[script:drift_detection_results]
match = /api/v1/drift_detection/results
python.version = python3
script = drift_detection_results_api.py
scripttype = persist
handler = application.DriftDetectionResultsHandler
capability.get = get_drift_detection_results
capability.delete = delete_drift_detection_results
[script:drift_detection_kpis_get]
match = /api/v1/drift_detection/kpis
python.version = python3
script = drifted_kpi_list_api.py
scripttype = persist
handler = application.DriftedKPIListHandler
capability.get = get_drift_detection_kpis