Model version tag must be null on API creation
The endpoint CreateModelVersion
must support either:
- a null
tag
- a non-blank
tag
(like1.2.3
orbeta2
...)
Currently it does not support null tags, which must be supported.
Please test locally with publish_models.py:
- on empty model versions
- on existing model versions with status created
- on existing model versions with status available
- on existing model versions with status error