toloka.client.app.AppItemImport
| Source code
AppItemImport( self, *, id: Optional[str] = None, records_count: Optional[int] = None, records_processed: Optional[int] = None, errors: Optional[Dict] = None)
Information about an operation that adds items.
Parameters | Type | Description |
---|---|---|
id | Optional[str] | The ID. |
records_count | Optional[int] | The total number of items sent by a client. |
records_processed | Optional[int] | The number of items processed during the operation. |
errors | Optional[Dict] | Information about items with incorrect parameters which were not added. |
Last updated: August 28, 2023