update_registered_model: Update a registered model

View source: R/registry.R

update_registered_modelR Documentation

Update a registered model

Description

Updates a model in the Model Registry.

Usage

update_registered_model(name, description = "", client = mlflow_client())

Arguments

name

The name of the registered model.

description

The updated description for this registered 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.