get_registered_model_run | R Documentation |
Get a registered model run
get_registered_model_run(
model_name,
client = mlflow_client(),
stage = "Production"
)
model_name |
A model name. |
client |
An MLFlow client. Will be auto-generated if omitted. |
stage |
A model stage. Set to |
Run metadata for the provided registered model and stage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.