2017-08-21 28 views
0

我正在使用具有非默認終結點的經典Web服務來處理Azure數據工廠上的更新資源活動。這是錯誤我得到:Azure機器學習:這是什麼錯誤?

Screenshot of Error

我沒有在網上找到任何信息,無法找出自己。 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" 
     } 
    } 
} 

沒有需要傳遞一個令牌的提...

回答

0

這個錯誤主要是說您提供的apiKey無法執行更新資源操作。這是給你一些參考職位:https://social.msdn.microsoft.com/Forums/azure/en-US/3bb77e37-8860-43c6-bcaa-d6ebd70617b8/retrain-predictive-web-service-programmatically-when-do-not-have-access-to-managementazuremlnet?forum=MachineLearning

也請注意,如果您在自動進稿器修改了鏈接服務,記得要重新部署的管道,以及以反映您及時更換。

+0

我將主鍵用於非默認端點。您需要使用輔助鍵。這是問題。 –