gather_production_model_metadata: Gather metadata for a model version

View source: R/registry.R

gather_production_model_metadataR Documentation

Gather metadata for a model version

Description

Model versions are tied to experiments, runs, and registered model names. This helper returns metadata on the experiment and run that are associated with the Production version of the registered model provided.

Usage

gather_production_model_metadata(
  registered_model_name,
  client = mlflow_client()
)

Arguments

registered_model_name

The name of the registered model

client

An MLFlow client. Autogenerated if not provided

Value

A list containing the registered_model_name, the experiment_id, the experiment_name, the run_id, and the model_version


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.