Updates a model in the Model Registry.
mlflow_update_registered_model(name, description, client = NULL)
The name of the registered model.
The updated description for this registered 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.