toloka.streaming.observer.BaseObserver
| Source code
BaseObserver(self, *, name: Optional[str] = None)
Method | Description |
---|---|
delete | Schedule observer to be removed from the pipeline. |
disable | Prevent observer from being called. |
enable | Enable observer to be called during pipeline execution. |
get_unique_key | This method should return identifier for this observer that is unique in the current pipeline context. |
inject | None |
run | For standalone usage (out of a Pipeline). |
should_resume | None |
Last updated: August 28, 2023