mlflow_get_model_version: Get a model version

View source: R/model-registry.R

mlflow_get_model_versionR Documentation

Get a model version

Description

Get a model version

Usage

mlflow_get_model_version(name, version, client = NULL)

Arguments

name

Name of the registered model.

version

Model version number.

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 Nov. 23, 2023, 9:13 a.m.