list_artifacts: List Artifacts

View source: R/runs.R

list_artifactsR Documentation

List Artifacts

Description

Gets a list of artifacts.

Usage

list_artifacts(
  path = NULL,
  run_id = get_active_run_id(),
  client = mlflow_client()
)

Arguments

path

The run's relative artifact path to list from. If not specified, it is set to the root artifact path

run_id

A run id Automatically inferred if a run is currently active.

client

An MLFlow client. Defaults to NULL and will be auto-generated.

Value

A data.frame of the artifacts at the path provided for the run provided.


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.