Skip to content

Model registry: Add author to model version

Fred de Gier requested to merge 498611-enhance-model-version-display-2 into master

What does this MR do and why?

This MR adds the author as metadata to a model version.

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

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, for the version enter 1.0.0 and click Create
  3. Click on the version you've just created (in case it didn't auto redirect)
  4. Verify that below the model-name/version it says "Version created by `

Numbered steps to set up and validate the change are strongly suggested.

Related to #498611

Edited by Fred de Gier

Merge request reports

Loading