Skip to contents

Updates the model version.

Updates the specified model version.

Usage

update_model_version(client, full_name, version, comment = NULL)

modelRegistryUpdateModelVersion(client, name, version, description = NULL)

update_model_version(client, full_name, version, comment = NULL)

modelVersionsUpdate(client, full_name, version, comment = NULL)

Arguments

client

Required. Instance of DatabricksClient()

full_name

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

version

Required. The integer version number of the model version.

comment

The comment attached to the model version.

name

Required. Name of the registered model.

description

If provided, updates the description for this registered_model.

Details

The caller must be a metastore admin or an owner of the parent 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 comment of the model version can be updated.