mlflow_rename_registered_model: Rename a registered model

View source: R/model-registry.R

mlflow_rename_registered_modelR Documentation

Rename a registered model

Description

Renames a model in the Model Registry.

Usage

mlflow_rename_registered_model(name, new_name, client = NULL)

Arguments

name

The current name of the model.

new_name

The new name for the 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.


mlflow documentation built on Nov. 23, 2023, 9:13 a.m.