Запрос POST с неправильной схемой данных к API Pipelines вызывает ошибку Internal Server Error 500 #16
Labels
No labels
api-component
bug
catalogue
complex-pipeline
consistency
databox
documentation
duplicate
experiment-pipeline
files
invalid
ml-component
platform-app
question
security
status: fixed
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mlops_platform/documentation#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Запрос 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".