Skip to contents

Updates the specified registered model.

Usage

update_registered_model(
  client,
  full_name,
  comment = NULL,
  new_name = NULL,
  owner = NULL
)

registeredModelsUpdate(
  client,
  full_name,
  comment = NULL,
  new_name = NULL,
  owner = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

full_name

Required. The three-level (fully qualified) name of the registered model.

comment

The comment attached to the registered model.

new_name

New name for the registered model.

owner

The identifier of the user who owns the registered model.

Details

The caller must be a metastore admin or an owner of the registered model. For the latter case, the caller must also be the owner or have the USE_CATALOG privilege on the parent catalog and the USE_SCHEMA privilege on the parent schema.

Currently only the name, the owner or the comment of the registered model can be updated.