Renames a model in the Model Registry.
mlflow_rename_registered_model(name, new_name, client = NULL)The current name of the model.
The new name for the model.
(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.