MLFlow metrics are not available immediately for consumption #39198
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
azure-ai-ml
1.23.0
Describe the bug
The documentation on Azure ML states that when logging MLFlow metrics (which is now the recommended way to log metrics in Azure ML) synchronously, the metrics are immediately available for consumption:
Also, for asynchronous metric logging, the doc seems to imply that the metrics should be queryable when the job finishes:
However, our tests have shown several times that the metrics are not immediately available to be queried with MLFlow when the job finishes. Is this expected, and if yes, is there a deterministic way to wait for the metrics to be available for querying?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The reported metrics should immediately appear when querying.
The text was updated successfully, but these errors were encountered: