Azure ML:获取错误 503:NoMoreResources 到任何 Web 服务 API 即使我只发出 1 个请求

Azure ML: Getting Error 503: NoMoreResources to any web service API even when I only make 1 request

即使我向 Web 服务发出一个请求(并发设置为 200),也得到以下响应。

{ status: 503, headers: '{"content-length":"174","content-type":"application/json; charset=utf-8","etag":"\"8ce068bf420a485c8096065ea3e4f436 \"","server":"Microsoft-HTTPAPI/2.0","x-ms-request-id":"d5c56cdd-644f-48ba-ba2b-6eb444975e4c","date":"Mon, 15 Feb 2016 04:54:01 GMT","connection":"close"}', body: '{"error":{"code":"ServiceUnavailable","message":"Service is temporarily unavailable.","details":[ {"code":"NoMoreResources","message":"No resources available for request."}]}}' }

request-response 网络服务是一个推荐再训练网络服务,其训练集包含近 20 万条记录。训练集已经存在于我的 ML studio 数据集中,请求中只传递了 10-15 条额外的记录。直到 2016 年 2 月 13 日,同样的实验一直在完美运行。我已经尝试增加并发性,但仍然是同样的问题。我什至将训练集的大小减少到 20 条记录,仍然没有用。

我有两个网络服务都在做类似的事情,但自 2016 年 2 月 13 日起都没有工作。

最后,我创建了一个非常小的实验(skill.csv --> 拆分行 ---> 网络输出),它不接受任何输入。它只需要 return 数据集的某些部分。无效,响应代码 503。

我得到的日志如下

{ "version": "2014-10-01", "diagnostics":[{ ..... { "type": "GetResourceEndEvent", "timestamp": 13.1362, "resourceId": "5e2d653c2b214e4dad2927210af4a436.865467b9e7c5410e9ebe829abd0050cd.v1-default-111", "status": "Failure", "error": "The Uri for the target storage location is not specified. Please consider changing the request's location mode." }, { "type": "InitializationSummary", "time": "2016-02-15T04:46:18.3651714Z", "status": "Failure", "error": "The Uri for the target storage location is not specified. Please consider changing the request's location mode." } ] }

我错过了什么?还是我完全错了?

提前致谢。

PS:数据存储在mongoDB中,然后导入为CSV

这是一个 Azure 问题。我引用微软的人的话,

We believe we have isolated the issue impacting tour service and we are currently working on a fix. We will be able to deploy this in the next couple of days. The problem is impacting only the ASIA AzureML region at this time, so if this is an option for you, might I suggest using a workspace in either the US or EU region until the fix gets rolled out here.

要查看完整的讨论,请单击 here