AppItemImport
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
)
Meta-information on asynchronous loading operation (possible via UI).
Parameters Description
Parameters | Type | Description |
---|---|---|
id |
Optional[str] | |
records_count |
Optional[int] | Number of items in the loading operation. |
records_processed |
Optional[int] | Number of successfully loaded items in the loading operation. |
errors |
Optional[Dict] | Errors during the loading operation. |