Hi Michael Schmidt,
Welcome to Microsoft Q&A Forum, thank you for posting your query here!
The Azure Machine Learning Python SDK v2 does not provide built-in logging capabilities for training or post-deployment scenarios. Instead:
During training, MLflow is used to log models, metrics, parameters, and artifacts. This allows you to effectively track experiments, compare results, and manage different runs.
After deployment, custom logging can be implemented to capture model input and output data. This helps monitor model behavior and performance.
Although the approaches are different, both methods play a crucial role in tracking, analyzing, and improving the overall performance of machine learning models.
You can consider document as reference for Log metrics, parameters, and files with MLflow.
I'm glad to hear that my response was helpful to you. And thanks for sharing the information, which might be beneficial to other community members reading this thread as solution. Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", so I'll convert the previous response to an answer in case you'd like to accept the answer. This will help other users who may have a similar query find the solution more easily. If you have any further questions or concerns, please don't hesitate to ask. We're always here to help.