rename_registered_model: Rename a registered model

View source: R/registry.R

rename_registered_modelR Documentation

Rename a registered model

Description

Renames a model in the Model Registry.

Usage

rename_registered_model(name, new_name, client = mlflow_client())

Arguments

name

The current name of the model.

new_name

The new name for the model.

client

An MLFlow client. Will be auto-generated if omitted.

Value

Metadata on the registered model, including the name and the creation_timestamp and last_updated_timestamp


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