Dedicated parser for model publication
Instead of looking in the workers
root key in .arkindex.yml
for the arkindex models publish
command, we should have a separate (simpler) parser looking in the models
root key.
Like workers
, this a list of models, each have the following keys:
- name of the model
- description (optional) of the model version
- tag (optional) of the model version
- parent (optional) of the model version
- model (path to the model's folder)
- configuration (optional), the model version configuration
Edited by Yoann Schneider