mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-19 11:38:50 +00:00
Add Building Bots usecase
This commit is contained in:
parent
c9b756bfa3
commit
c811b794be
@ -5,7 +5,7 @@ title: Building Bots
|
||||
ClearML can be used to build bots that monitor tasks and send notifications based on specific events or conditions.
|
||||
|
||||
The base [`Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py) class provides
|
||||
the functionalities for implementing custom task monitoring logic. Developers can extend this class by inheriting it
|
||||
the functionalities for implementing task monitoring logic. Developers can extend this class by inheriting it
|
||||
and overriding its methods to introduce custom bot logic.
|
||||
|
||||
For example, by overriding methods like [`process_task()`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py#L131), you can:
|
||||
|
Loading…
Reference in New Issue
Block a user