Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

Collect data from models in production with AzureML SDK v2 #1892

Open katedou opened 1 year ago

katedou commented 1 year ago

Hi,

I have read this documentation https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-enable-data-collection and would also like to apply this to my current project, but in my current project I am using AzureML SDK v2, and "KubernetesOnlineDeployment" class do not have parameter collect_model_data.

Could you help here? how should I enable the data collection with SDK V2?

Many thanks in advance!