Skip to content

Show latest version on ML version creation

What does this MR do and why?

Show latest version or a version suggestion on version creation

Related to #463009 (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

Feature.enable(:model_registry)
project = Project.find(26)
model = Ml::CreateModelService.new(project, 'FooModel16').execute.payload
model_version = Ml::CreateModelVersionService.new(model,version: '3.1.4').execute
  • Go to the project URL in your browser
  • Open the "Deploy" and "Model registry" under it.
  • Find the model FooModel16
  • Now create a version using the top action bar "Create model version" button
Edited by Alper Akgun

Merge request reports