Skip to content

Modify machine learning version input description

What does this MR do and why?

Modify machine learning version input description correctly

We wrongly suggested an empty value

Related to When creating a new version, if I left the vers... (#465437 - closed)

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

Before After
image image

How to set up and validate locally

Go to rails console using bin/rails c

Feature.enable(:model_registry)

Create

  • Go to a project URL in your browser
  • Open the "Deploy" and "Model registry" under it.
  • Create a model and browser into it
  • Create a version and see the UI
Edited by Alper Akgun

Merge request reports