mlflow_rename_registered_model {mlflow} | R Documentation |
Renames a model in the Model Registry.
mlflow_rename_registered_model(name, new_name, client = NULL)
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. |