This commit is contained in:
revital 2025-03-17 10:50:34 +02:00
parent 4570c20eb9
commit 647ac7e5ab

View File

@ -43,8 +43,8 @@ For more information, see [Project Dashboard](../webapp/applications/apps_dashbo
## Task Monitoring
ClearML task monitoring capabilities through the [`clearml.automation.Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py)
class. By extending this class, you can:
ClearML provides task monitoring capabilities through the [`clearml.automation.Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py)
class. With this class you can implement monitoring workflows such as:
* Send notifications via Slack or other channels
* Trigger automated responses based on specific task conditions