Get a model version.
get_model_version.Rd
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.