gather_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 registered model name and version provided.
gather_model_metadata(registered_model_name, version, client = mlflow_client())
registered_model_name |
The name of the registered model |
version |
The version of the model for which to gather metadata |
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.