Creating a new model version

You can easily create a new version of a registered model.

  1. Click Model Registry in the left navigation pane to display the Model Registry page.
  2. Select the model for which you want to create a new version.
  3. Click Deploy.
  4. Select the project to which you want to deploy the model.
    You can add notes describing the new version.
  5. Click Go.
You can also create a new model version using MLflow SDK. Simply run the Python code to register a model again with the same model_name. This will create an additional version for the model_name.