Skip to contents

Set an alias on the specified registered model.

Usage

set_registered_model_alias(client, full_name, alias, version_num)

registeredModelsSetAlias(client, full_name, alias, version_num)

Arguments

client

Required. Instance of DatabricksClient()

full_name

Required. Full name of the registered model.

alias

Required. The name of the alias.

version_num

Required. The version number of the model version to which the alias points.

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.