From 647ac7e5ab4e30636778b4bee2b9bcb38e25462d Mon Sep 17 00:00:00 2001 From: revital <revital@allegro.ai> Date: Mon, 17 Mar 2025 10:50:34 +0200 Subject: [PATCH] Edits --- docs/getting_started/project_progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/project_progress.md b/docs/getting_started/project_progress.md index 5db2f299..1c534e47 100644 --- a/docs/getting_started/project_progress.md +++ b/docs/getting_started/project_progress.md @@ -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