When running the monitoring job the step monitored_metric_violation_check fails with
A column, variable, or function parameter with name `model_id` cannot be resolved. Did you mean one of the following? [`median`, `avg`, `count`, `max`, `min`].
This is because the the file deployment/batch_inference/predict.py not saving a field with this name.
can be fixed by saving a field with this name into the prediction table
When running the monitoring job the step monitored_metric_violation_check fails with
This is because the the file deployment/batch_inference/predict.py not saving a field with this name.
can be fixed by saving a field with this name into the prediction table