post https://app.modzy.com/api/models//versions
This endpoint creates a model’s version. It sets the version’s status to partial
.
The model’s creator or any other data scientist inside the same organization can call this route.
A new version requires a new container image. To load a new container image call add a container image.
For information on versioning see semantic versioning.
You can create a version by providing only the version number (required) and long description (not required). Other parameters are provided by updating a version.
Roles
Data Scientists can access this route.