model_version_download_urls
Creates, updates, deletes, gets or lists a model_version_download_urls
resource.
Overview
Name | model_version_download_urls |
Type | Resource |
Id | databricks_workspace.machinelearning.model_version_download_urls |
Fields
The following fields are returned by SELECT
queries:
- getmodelversiondownloaduri
Name | Datatype | Description |
---|---|---|
artifact_uri | string |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
getmodelversiondownloaduri | select | deployment_name | Gets a URI to download the model version. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
deployment_name | string | The Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc) |
SELECT
examples
- getmodelversiondownloaduri
Gets a URI to download the model version.
SELECT
artifact_uri
FROM databricks_workspace.machinelearning.model_version_download_urls
WHERE deployment_name = '{{ deployment_name }}' -- required;