简体   繁体   English

Azure机器学习:这是什么错误?

[英]Azure Machine Learning: What error is this?

I am using a Classic Web Service with a non-default endpoint for a Update Resource activity on the Azure Data Factory. 我正在将具有非默认终结点的经典Web服务用于Azure数据工厂上的更新资源活动。 This is the error I get: 这是我得到的错误:

Screenshot of Error 屏幕截图错误

I didn't find any info on the web and couldn't figure it out myself. 我在网上找不到任何信息,自己也无法弄清楚。 This website shows an example that I used by just filling in my values for mlEndpoint, apiKey and updateRessourceEndpoint: 网站显示了一个示例,我只填写了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"
        }
    }
}

There is no mention of a token that needs to be passed... 没有提及需要传递的令牌...

this error is basically saying the apiKey you provided is invalid to perform the update resource operation. 此错误基本上是说您提供的apiKey无效,无法执行更新资源操作。 Here is some posts for your reference: 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 这是一些供您参考的帖子: https : //social.msdn.microsoft.com/Forums/azure/en-US/3bb77e37-8860-43c6-bcaa-d6ebd70617b8/retrain-predictive-web-service-programmatically-when-没有管理azuremlnet的权限?论坛= MachineLearning

Please also be noted that if you modified your linked service in ADF, remember to re-deploy the pipeline as well to reflect your change in time. 还请注意,如果您在ADF中修改了链接服务,请记住也重新部署管道以反映您的时间更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM