- The version alias must be unique across artifacts, so you cannot have the same version alias for two different artifacts or model versions within the same parent artifact or model.
- Alias will not replace the version but they will be accessible with the version, you can still access the artifact version by version number.
Adding version alias via Python SDK
- You can add a version alias via Python SDK by following the way
- The version alias should start with ‘v’ followed by alphanumeric and it can include ’.’ and ’-’ in between (e.g. v1.0.0, v1-prod, v3-dev, etc)