Gathering some requirements and ideas for a structure to hold the json pipelines as well as the possibly the training configs for the system
My guess at requirements:
- Having categories to subdivide pipelines/training configurations into different sections
- Being able to merge with user trained pipelines as their own category
- Having descriptions for each pipeline/config eventually including user trained ones
- This includes what the input is, what it does, what the output looks like
- Ability to show/hide pipelines/training configs easily in the list (either through a setting or file on the web version). Also need a way to update it without requiring a full redeploy if possible.
- pipeline input tag, lets us know that it expects some sore of csv input into the system
Gathering some requirements and ideas for a structure to hold the json pipelines as well as the possibly the training configs for the system
My guess at requirements: