experiment_artifacts
Operations on a experiment_artifacts
resource.
Overview
Name | experiment_artifacts |
Type | Resource |
Id | databricks_workspace.machinelearning.experiment_artifacts |
Fields
Name | Datatype |
---|---|
files | array |
next_page_token | string |
root_uri | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
listartifacts | SELECT | deployment_name | List artifacts for a run. Takes an optional |
SELECT
examples
SELECT
files,
next_page_token,
root_uri
FROM databricks_workspace.machinelearning.experiment_artifacts
WHERE deployment_name = '{{ deployment_name }}';