View source: R/model-registry.R
mlflow_get_latest_versions | R Documentation |
Retrieves a list of the latest model versions for a given model.
mlflow_get_latest_versions(name, stages = list(), client = NULL)
name |
Name of the model. |
stages |
A list of desired stages. If the input list is NULL, return latest versions for ALL_STAGES. |
client |
(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.