Not able to invoke batch endpoint with input parameter of type mlflow_model #27685
Labels
Auto-Assign
Auto assign by bot
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
az ml
Service Attention
This issue is responsible by Azure service team.
Describe the bug
When invoking a batch endpoint with input containing a model reference, the az cli fails, complaining about missing version:
The problem seems to be related only to validation of the input data, and fails even before there is an attempt to invoke the endpoint.
Related command
az ml batch-endpoint invoke
Errors
Failed to extract version when parsing asset //registries/some-registry/models/some-model/versions/42 of type data as arm id. Version must be provided.
Issue script & Debug output
Expected behavior
I expect the batch-endpoint to be correctly invoked.
Environment Summary
Additional context
The same problem appears when using the Azure SDK for Python and calling
ml_client.batch_endpoints.invoke(...)
Tested with several versions, latest one being 1.11.1.
The text was updated successfully, but these errors were encountered: