【问题标题】:Azure Machine Learning: What error is this?Azure 机器学习:这是什么错误?
【发布时间】:2017-08-21 11:55:57
【问题描述】:

我正在为 Azure 数据工厂上的更新资源活动使用带有非默认终结点的经典 Web 服务。这是我得到的错误:

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"
        }
    }
}

没有提到需要传递的令牌...

【问题讨论】:

    标签: azure azure-data-factory azure-machine-learning-studio


    【解决方案1】:

    这个错误基本上是说你提供的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

    还请注意,如果您在 ADF 中修改了链接服务,请记得重新部署管道以及时反映您的更改。

    【讨论】:

    • 我将主键用于非默认端点。您需要使用辅助密钥。这就是问题所在。
    猜你喜欢
    • 2019-11-12
    • 1970-01-01
    • 1970-01-01
    • 2011-06-04
    • 2011-02-06
    • 2017-05-29
    • 2022-08-18
    • 2014-03-05
    • 1970-01-01
    相关资源
    最近更新 更多