Small edits (#906)

This commit is contained in:
pollfly
2024-08-25 13:50:12 +03:00
committed by GitHub
parent 1ed353020f
commit a943bbd39a
17 changed files with 36 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ Artifact details (location and size) can be viewed in ClearML's **web UI > exper
## Task 2: Accessing an Artifact
After the second task is initialized, the script uses the [`Task.get_task`](../../references/sdk/task.md#taskget_task)
After the second task is initialized, the script uses the [`Task.get_task()`](../../references/sdk/task.md#taskget_task)
class method to get the first task and access its artifacts, specifically the `data file` artifact. The `get_local_copy`
method downloads the files and returns a path.