Skip to contents

List artifacts for a run. Takes an optional artifact_path prefix. If it is specified, the response contains only artifacts with the specified prefix.',

Usage

list_experiment_artifacts(
  client,
  page_token = NULL,
  path = NULL,
  run_id = NULL,
  run_uuid = NULL
)

experimentsListArtifacts(
  client,
  page_token = NULL,
  path = NULL,
  run_id = NULL,
  run_uuid = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

page_token

Token indicating the page of artifact results to fetch.

path

Filter artifacts matching this path (a relative path from the root artifact directory).

run_id

ID of the run whose artifacts to list.

run_uuid

Deprecated, use run_id instead. ID of the run whose artifacts to list.

Value

data.frame with all of the response pages.