toloka.client.project.Project.AssignmentsIssuingViewConfig
| Source code
AssignmentsIssuingViewConfig( self, *, title_template: Optional[str] = None, description_template: Optional[str] = None, map_provider: Optional[MapProvider] = None)
Task view on the map.
These parameters are used when Project.assignments_issuing_type
is set to MAP_SELECTOR
.
Parameters | Type | Description |
---|---|---|
title_template | Optional[str] | The name of a task. Tolokers see it in the task preview mode. |
description_template | Optional[str] | The brief description of a task. Tolokers see it in the task preview mode. |
map_provider | Optional[MapProvider] | A map provider. |
Last updated: August 28, 2023