list_artifacts | R Documentation |
Gets a list of artifacts.
list_artifacts(
path = NULL,
run_id = get_active_run_id(),
client = mlflow_client()
)
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 |
A data.frame
of the artifacts at the path provided for the run provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.