Skip to content

Adds button to copy mlflow tracking url

Eduardo Bonet requested to merge model_registry/add_copy_tracking_path into master

What does this MR do and why?

Setting up the MLflow client can be error prone due to how the url is constructed, adding a button that allows users to just copy that url will make their experience much simpler.

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

image

How to set up and validate locally

  1. Enable the feature flag

    Feature.enable(:model_registry)
  2. Navigate to gdk/<project>/-/ml/models

  3. Click on the ellipsis button, and then 'Copy MLflow tracking URL', this will create a toast confirming. Paste somewhere else and it should look like: http://<gdk>/api/v4/projects/<project_id>/ml/mlflow/api/2.0/mlflow/

Merge request reports