From 77f370613cc90ce26ca67276a32a6f3c2ee6001a Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 25 Aug 2021 09:39:39 +0300 Subject: [PATCH] Add artifact URI behavior comment (#52) --- docs/webapp/webapp_exp_track_visual.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index 20ca1377..88085557 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -235,7 +235,11 @@ In older versions of **ClearML Server**, the Task model configuration appeared i Artifacts tracked in an experiment appear in the **ARTIFACTS** tab, and include models and other artifacts. -Copy the location of models and artifacts stored in local files (`file://`) to the clipboard. Download models and artifacts in remote storage (for example `https://` or `s3`). +Artifacts location is stored in the `FILE PATH` field. +The UI provides locally stored artifacts with a 'copy to clipboard' action (Clipboard) +to facilitate local storage access (since web applications are prohibited from accessing the local disk for security reasons). +The UI provides Network hosted (e.g. https://, s3:// etc. URIs) artifacts with a download action (Download) +to retrieve these files. ### Models