View source: R/model-registry.R
mlflow_rename_registered_model | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.