get_registered_model | R Documentation |
Retrieves a registered model from the Model Registry.
get_registered_model(name, client = mlflow_client())
name |
The name of the model to retrieve. |
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.