mlflow_update_model_version: Update model version

View source: R/model-registry.R

mlflow_update_model_versionR Documentation

Update model version

Description

Updates a model version

Usage

mlflow_update_model_version(name, version, description, client = NULL)

Arguments

name

Name of the registered model.

version

Model version number.

description

Description of this model version.

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.