small edits (#15)

Remove orphaned Hyper Dataset SDK reference links
This commit is contained in:
pollfly
2021-07-15 16:46:18 +03:00
committed by GitHub
parent 69fac20824
commit c0b01c760b
9 changed files with 31 additions and 31 deletions

View File

@@ -268,7 +268,7 @@ cloned = Task.clone(
)
```
A cloned Task starts in [draft](#task-states-and-state-transitions) mode, so its Task configurations can be edited (see
A cloned Task starts in [draft](#task-states) mode, so its Task configurations can be edited (see
[Task.set_parameters](../references/sdk/task.md#set_parameters)).
Once a Task is modified, launch it by pushing it into an execution queue, then a [ClearML Agent](../clearml_agent) will pull
it from the queue and execute the Task.