get_registered_model_run_id | R Documentation |
Get a registered model run id
get_registered_model_run_id(
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 |
The run_id
of the registered model of the stage provided.
get_registered_model_run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.