gather_production_model_metadata | R Documentation |
Model versions are tied to experiments, runs, and registered model names. This helper returns metadata on the experiment and run that are associated with the Production version of the registered model provided.
gather_production_model_metadata(
registered_model_name,
client = mlflow_client()
)
registered_model_name |
The name of the registered model |
client |
An MLFlow client. Autogenerated if not provided |
A list containing the registered_model_name
, the experiment_id
, the experiment_name
, the run_id
, and the model_version
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.