mlflow_rename_registered_model {mlflow}R Documentation

Rename a registered model

Description

Renames a model in the Model Registry.

Usage

mlflow_rename_registered_model(name, new_name, client = NULL)

Arguments

name

The current name of the model.

new_name

The new name for the model.

client

(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI.


[Package mlflow version 2.22.1 Index]