Рассмотреть вопрос упрощения API Pipelines #12
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#12
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?
API Pipelines в версии контроллера 0.3.6 выглядит слишком избыточно для обеспечения существующих механизмов передачи параметров в пайплайн.
Дело в том, что параметры передаются через файлы, то есть в текстовом (строковом) виде, и передается только значение параметра без сопутствующей информации. При этом API Pipelines рассчитана и на передачу типов данных, формы массивов и т.д. Это кажется избыточным.