Запрос POST с неправильной схемой данных к API Pipelines вызывает ошибку Internal Server Error 500 #16

Open
opened 2025-04-11 08:43:29 +00:00 by syakusheva · 0 comments
Collaborator

Запрос POST https://platform-dev.stratpro.hse.ru/pu-test-pa-test/pipelines/min-pipeline к пайплайну min-pipeline с неправильной схемой данных вызывает ошибку Internal Server Error 500. Пример запроса

{
"input1": [
{
"name": "test_1",
"data": "1",
"datatype": "INT32",
"content_type": "",
"shape": [
1
]
}
],
"output1": [
{
"name": "output1",
"data": "outputs/"
}
]
}

В правильной схеме поля называются "inputs" и "output_vars".

Запрос POST https://platform-dev.stratpro.hse.ru/pu-test-pa-test/pipelines/min-pipeline к пайплайну min-pipeline с неправильной схемой данных вызывает ошибку Internal Server Error 500. Пример запроса { "input1": [ { "name": "test_1", "data": "1", "datatype": "INT32", "content_type": "", "shape": [ 1 ] } ], "output1": [ { "name": "output1", "data": "outputs/" } ] } В правильной схеме поля называются "inputs" и "output_vars".
syakusheva added the
experiment-pipeline
bug
api-component
labels 2025-04-11 08:44:04 +00:00
syakusheva removed the
api-component
label 2025-04-11 08:46:22 +00:00
vpolezhaev added the
status: fixed
label 2025-05-11 11:47:09 +00:00
Sign in to join this conversation.
No description provided.