list_drift_alerts
Browse batch drift findings across features and models to monitor data distribution changes and identify potential model performance issues.
Instructions
Browse batch drift findings across features and models.
Returns precomputed drift results from the result store. This is a
discovery tool — it does NOT fall back to on-the-fly computation.
Args:
model_id: Filter to a specific model. If None, returns results
for all models with stored drift data.
severity: Filter by severity ("none", "moderate", "severe").
run_id: Filter to a specific batch run.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | ||
| severity | No | ||
| run_id | No |