UploadLongPollingState Objects
status
Status of the upload job. Documented in detail in :meth:encord.orm.dataset.LongPollingStatus
items_with_names
Information about data which was added to the folder.errors
Stringified list of exceptions.units_pending_count
Number of upload job units that have pending status.units_done_count
Number of upload job units that have done status.units_error_count
Number of upload job units that have error status.units_cancelled_count
Number of upload job units that have been cancelled.unit_errors
Structured list of per-item upload errors. See :class:DataUnitError
for more details.