{ "models": [ { "id": "1001", "name": "test-runtime", "active": false, "model_config": { "alias": "production", "retention_minutes": 60, "target": "Square" } } ], "pipelines": [ { "schedule_name": "laborious-test-runtime", "model_id": "1001", "workflow_type": "predictions_batch", "frequency": "60s", "max_retry_policy": 1, "query": "select * from sientia_data.laborious_data where model_id = 1 and \"timestamp\" > NOW() - INTERVAL '5 minutes' order by \"timestamp\" desc limit 30;", "retention_time": 60, "write_tags": [], "input_filters": [ { "filter_name": "EMPTY_DATA", "policy": "STOP" }, { "filter_name": "SPECIFIC_VARIABLES_NULL_VALUES", "policy": "CONTINUE", "config": { "variables": [ "Counter" ] } } ], "mlflow_transform_filters": [ { "filter_name": "API_ERROR", "policy": "REPEAT" }, { "filter_name": "NAN_VALUES", "policy": "STOP" } ], "mlflow_predict_filters": [ { "filter_name": "API_ERROR", "policy": "CONTINUE" } ], "path_priority": [ "STOP", "CONTINUE", "REPEAT" ], "active": true, "updated_at": { "$date": "2026-05-07T23:35:01.600Z" }, "save_transform": false, "pi_web_api_output_config": {}, "datetime_columns": [ "timestamp", "created_at" ] } ] }