Unable to Invoke the batch endpoint
mumu
16
Reputation points
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"
Kindly help me sort out this issue
Sign in to answer