Skip to content

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
image image
n/a image

How to set up and validate locally

  1. Open GDK: http://127.0.0.1:3000/flightjs/Flight/-/ml/models
  2. Create model if one doesn't exist, give it a model name and optionally a description, for the version enter 1.0.0 and click Create
  3. Click on the tab Versions and then the just created version
  4. Click on Edit model version
  5. Change the description and click save
  6. 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

Merge request reports

Loading