Skip to contents

Get a registered model.

Usage

get_registered_model(client, full_name, include_browse = NULL)

registeredModelsGet(client, full_name, include_browse = NULL)

Arguments

client

Required. Instance of DatabricksClient()

full_name

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

include_browse

Whether to include registered models in the response for which the principal can only access selective metadata for.

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.