All Products
Search
Document Center

Container Service for Kubernetes:Use AI Developer Console to manage MLflow Model Registry

Last Updated:Mar 24, 2025

The cloud-native AI suite allows you to manage models in MLflow Model Registry. This topic describes how to use AI Developer Console of the cloud-native AI suite to manage models.

Background information

MLflow is an open source machine learning lifecycle management platform, which can be used to track model training information, manage machine learning models, and deploy machine learning models. For more information about MLflow Model Registry, see MLflow Model Registry - MLflow documentation.

Prerequisites

Use AI Developer Console to manage models

Add registered models

  1. Log on to the ACK console. In the left-side navigation pane, click Clusters.

  2. On the Clusters page, find the cluster that you want to manage and click its name. In the left-side navigation pane, choose Applications > Cloud-native AI Suite.

  3. In the upper-left part of the Cloud-native AI Suite page, click AI Developer Console. Then, in the left-side navigation pane of the Cloud Native AI page, click Model Manage.

  4. On the Model Manage page, click New Registered Model.

  5. In the New Registered Model dialog box, configure the Name, Tags, and Description parameters.

    In the following example, the model name is my-model. The key1 and key2=value2 tags are added to the model. The model description is This is some description about my-model!.

    image

  6. After you complete the configuration, click OK and refresh the model list. Then, the registered model is displayed in Registered Models list.

View registered models

In the registered model list on the Model Manage page, click the name of your model to view the detailed information about the model on the Registered Model Details page.

Modify registered models

On the Registered Model Details page, you can perform the following operations:

  • Modify the name of the registered model.

  • Modify the description of the registered model.

  • Modify the tags of the registered model or add tags to the model.

  • Add a model version.