Unable to Invoke the batch endpoint

mumu 16 Reputation points
2022-07-14T03:20:29.037+00:00

Hi,

I have created the endpoint and deployed my model in test environment. For Invoking that batch endpoint, I have my file on Azure ml registered datastore. So I have used that path in below invoke query

az ml batch-endpoint invoke --name $(endpoint_name) --deployment-name $(deployment_name) --input-type uri_file --input azureml://datastores/rawdata_ds/paths/source_data/taxi-batch.csv --resource-group $(test_resource_group) --workspace-name $(test_ws_name)

But while executing, I am getting - "Internal Server Error"

220609-image.png

Kindly help me sort out this issue

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,947 questions
{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.