Reformat pipeline docs (#239)

This commit is contained in:
pollfly
2022-04-26 13:42:55 +03:00
committed by GitHub
parent ca76d78731
commit 55ba4ec8dd
14 changed files with 530 additions and 462 deletions

View File

@@ -154,7 +154,7 @@ a_numpy = executed_task.artifacts['numpy'].get()
```
By facilitating the communication of complex objects between tasks, artifacts serve as the foundation of ClearML's [Data Management](../../clearml_data/clearml_data.md)
and [pipeline](../../fundamentals/pipelines.md) solutions.
and [pipeline](../../pipelines/pipelines.md) solutions.
#### Log Models
Logging models into the model repository is the easiest way to integrate the development process directly with production.