Model registry: Allow editing model version descriptions
What does this MR do and why?
This merge request updates the Vue components used in the Machine Learning Model Registry application.
It introduces a new component, ModelVersionEdit
, which allows users to edit the name and description of a model version.
Additionally, it updates the ShowMlModelVersion
component to use the new ModelVersionEdit
component.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
n/a |
How to set up and validate locally
- Open GDK: http://127.0.0.1:3000/flightjs/Flight/-/ml/models
- Create model if one doesn't exist, give it a model name and optionally a description, for the version enter
1.0.0
and clickCreate
- Click on the tab
Versions
and then the just created version - Click on
Edit model version
- Change the description and click save
- Verify the description has changed
Numbered steps to set up and validate the change are strongly suggested.
Related to #479704 (closed)
Edited by Fred de Gier