get_latest_versions | R Documentation |
Retrieves a list of the latest model versions for a given model.
get_latest_versions(
name,
stages = list("None", "Archived", "Staging", "Production"),
client = mlflow_client()
)
name |
Name of the model. |
stages |
A list of desired stages. If the input list is missing, return latest versions for ALL_STAGES. |
client |
An MLFlow client. Will be auto-generated if omitted. |
A list of metadata on the latest versions of a registered model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.