AzureML 架构 "list index out of range" 错误

AzureML schema "list index out of range" error

我使用 Azure ML 的集群开发了一个机器学习模型。从集群发出的请求很少会触发 404 HTTP 错误。我按照 document 在我的 swagger.json 文件中进行了修改。最后以“列表索引超出范围”错误结束。全局参数似乎有问题,但我不确定。我正在使用来自邮递员的 API 和一些默认 headers 就像下面 body 中提到的

{
    "Inputs": {
         "input_1" : "content"
         "input_2: : "content"
         ......
    },
    "GlobalParameters": 0
}

将“GlobalParameter”值更改为除 1.0 以外的任何浮点数,甚至可以将其删除并执行。有时,全局参数会导致问题。检查以下文档。

https://docs.microsoft.com/en-us/answers/questions/746784/azure-ml-studio-error-while-testing-real-time-endp.html