MODEL MONITOR METRIC functions: New columns in output (Preview)¶
Attention
This behavior change is in the 2025_04 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the output of the MODEL_MONITOR_DRIFT_METRIC, MODEL_MONITOR_PERFORMANCE_METRIC, and MODEL_MONITOR_STAT_METRIC table functions includes the following new columns:
Column name |
Data type |
Description |
---|---|---|
SEGMENT_COLUMN |
STRING |
Name of the segment column used in the metric calculation. |
SEGMENT_VALUE |
STRING |
Value of the segment for which the metric is calculated. |
To minimize potential impact, update your queries to explicitly select only the necessary columns instead of using a wildcard (*
).
Ref: 1982