AggregatedSolutionSearchRequest

toloka.client.search_requests.AggregatedSolutionSearchRequest | Source code

AggregatedSolutionSearchRequest(
self,
task_id_lt: Optional[str] = None,
task_id_lte: Optional[str] = None,
task_id_gt: Optional[str] = None,
task_id_gte: Optional[str] = None
)

Parameters for searching aggregated responses.

Parameters description

ParametersTypeDescription
task_id_ltOptional[str]

Responses for tasks with IDs less than the specified value.

task_id_lteOptional[str]

Responses for tasks with IDs less than or equal to the specified value.

task_id_gtOptional[str]

Responses for tasks with IDs greater than the specified value.

task_id_gteOptional[str]

Responses for tasks with IDs 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