toloka.client.collectors.CollectorConfig
| Source code
CollectorConfig(self, *, uuid: Optional[UUID] = None)
Base class for all collectors.
Parameters | Type | Description |
---|---|---|
uuid | Optional[UUID] | The ID of a collector. Note that when you clone a pool, both pools start using the same collector, because it is not cloned. Usually, it is not an intended behavior. For example, in this case one collector gathers history size from both pools. |
Method | Description |
---|---|
validate_condition | None |
Last updated: August 28, 2023