mlflow_update_model_version {mlflow}R 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.


[Package mlflow version 2.11.1 Index]