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