0
我正在使用具有非默認終結點的經典Web服務來處理Azure數據工廠上的更新資源活動。這是錯誤我得到:Azure機器學習:這是什麼錯誤?
我沒有在網上找到任何信息,無法找出自己。 This網站顯示,我使用的只是我的mlEndpoint,apiKey和updateRessourceEndpoint值填充一個例子:
{
"name": "updatableScoringEndpoint2",
"properties": {
"type": "AzureML",
"typeProperties": {
"mlEndpoint": "https://ussouthcentral.services.azureml.net/workspaces/xxx/services/--scoring experiment--/jobs",
"apiKey": "endpoint2Key",
"updateResourceEndpoint": "https://management.azureml.net/workspaces/xxx/webservices/--scoring experiment--/endpoints/endpoint2"
}
}
}
沒有需要傳遞一個令牌的提...
我將主鍵用於非默認端點。您需要使用輔助鍵。這是問題。 –