mlflow_get_registered_model {mlflow}R Documentation

Get a registered model

Description

Retrieves a registered model from the Model Registry.

Usage

mlflow_get_registered_model(name, client = NULL)

Arguments

name

The name of the model to retrieve.

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]