首页 文章

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

提问于
浏览
0

我在Azure数据工厂上使用具有非默认 endpoints 的经典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"
        }
    }
}

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

1 回答

相关问题