mlflow_get_latest_versions {mlflow}R Documentation

Get latest model versions

Description

Retrieves a list of the latest model versions for a given model.

Usage

mlflow_get_latest_versions(name, stages = list(), client = NULL)

Arguments

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.


[Package mlflow version 2.11.1 Index]