mlflow_update_registered_model {mlflow}R Documentation

Update a registered model

Description

Updates a model in the Model Registry.

Usage

mlflow_update_registered_model(name, description, client = NULL)

Arguments

name

The name of the registered model.

description

The updated description for this registered model.

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.12.2 Index]