Model Performance Signal (Preview) | Model Monitor - Data Joiner | error:" join column 'correlationid is not present in left_input data.

BOON HAWAREE 0 Reputation points
2025-01-11T22:51:20.1466667+00:00

Greetings,

I am working on my MLOps project and have been trying to use the Azure ML "model performance" monitoring function to detect the model's degradation.
failed job at data joiner

Left_input_data is the deployed model's inference output data, which were collected as data assets in the AML blob by enabling the data collector, as shown below.
left_input_data

The right_input_data is the ground truth data uploaded from my local. The format can be seen below.
right_input_data

The image below is the configuration of the monitoring signal. signal configuration

After the error ("join column 'correlationid is not present in left_input data.") occurred, I tried to troubleshoot it and found out that the output of the preprocessing job between the left and right side was different. The correlationid column was somehow missing. As shown in the image below. (column name 0)
missing correlation id on the left side

How could I solve this issue, because the left_input_data that are currently having the problem was collected and recorded automatically by the data collector. I got it from testing the endpoint of the model.

And if the error was caused by the wrong format or wrong signal config, would the error not occurred since the preprocessing job?

PS. The correlationid between the left and right input are matched as the right input were made up by me.

Thank you for your time and every effort in helping me,
Boon Hawaree

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,065 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,303 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,039 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
413 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.