rename_registered_model | R Documentation |
Renames a model in the Model Registry.
rename_registered_model(name, new_name, client = mlflow_client())
name |
The current name of the model. |
new_name |
The new name for the model. |
client |
An MLFlow client. Will be auto-generated if omitted. |
Metadata on the registered model, including the name
and the creation_timestamp
and last_updated_timestamp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.