TaskSuiteSearchRequest

toloka.client.search_requests.TaskSuiteSearchRequest | Source code

TaskSuiteSearchRequest(
self,
task_id: Optional[str] = None,
pool_id: Optional[str] = None,
overlap: Optional[int] = None,
id_lt: Optional[str] = None,
id_lte: Optional[str] = None,
id_gt: Optional[str] = None,
id_gte: Optional[str] = None,
created_lt: Optional[datetime] = None,
created_lte: Optional[datetime] = None,
created_gt: Optional[datetime] = None,
created_gte: Optional[datetime] = None,
overlap_lt: Optional[int] = None,
overlap_lte: Optional[int] = None,
overlap_gt: Optional[int] = None,
overlap_gte: Optional[int] = None
)

Parameters for searching task suites.

Parameters description

ParametersTypeDescription
task_idOptional[str]

Task suite containing a task with the specified ID.

pool_idOptional[str]

Task suites from a pool with the specified ID.

overlapOptional[int]

Task suites with an overlap equal to the specified value.

id_ltOptional[str]

Task suites with IDs less than the specified value.

id_lteOptional[str]

Task suites with IDs less than or equal to the specified value.

id_gtOptional[str]

Task suites with IDs greater than the specified value.

id_gteOptional[str]

Task suites with IDs greater than or equal to the specified value.

created_ltOptional[datetime]

Task suites created before the specified date.

created_lteOptional[datetime]

Task suites created before or on the specified date.

created_gtOptional[datetime]

Task suites created after the specified date.

created_gteOptional[datetime]

Task suites created after or on the specified date.

overlap_ltOptional[int]

Task suites with an overlap less than the specified value.

overlap_lteOptional[int]

Task suites with an overlap less than or equal to the specified value.

overlap_gtOptional[int]

Task suites with an overlap greater than the specified value.

overlap_gteOptional[int]

Task suites with an overlap greater than or equal to the specified value.

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming