Skip to contents

Get a model version.

Get a model version.

Usage

get_model_version(client, full_name, version, include_browse = NULL)

modelRegistryGetModelVersion(client, name, version)

get_model_version(client, full_name, version, include_browse = NULL)

modelVersionsGet(client, full_name, version, include_browse = 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.

include_browse

Whether to include model versions in the response for which the principal can only access selective metadata for.

name

Required. Name of the registered model.

Details

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