Skip to contents

Get a model version by alias.

Usage

get_model_version_by_alias(client, full_name, alias)

modelVersionsGetByAlias(client, full_name, alias)

Arguments

client

Required. Instance of DatabricksClient()

full_name

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

alias

Required. The name of the alias.

Details

The caller must be a metastore admin or an owner of (or have the EXECUTE privilege on) 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.