Skip to content

Improve ML model, version creation

What does this MR do and why?

Improve ML model, version creation

  • Autocomplete off
  • Retry file errors without re-creating version

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

No major change

improve-preview-2024-05-31_13.32.11

How to set up and validate locally

Create the file

Go to rails console using bin/rails c

Feature.enable(:model_registry)
project = Project.find(26)

Create

  • Go to the project URL in your browser
  • Open the "Deploy" and "Model registry" under it.
  • Create, delete models, versions, artifacts
Edited by Alper Akgun

Merge request reports