mlflow_get_latest_versions: Get latest model versions

View source: R/model-registry.R

mlflow_get_latest_versionsR 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.


mlflow documentation built on June 29, 2024, 1:06 a.m.