[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