Skip to main content

UploadLongPollingState Objects

class UploadLongPollingState(BaseDTO)
Response of the upload job’s long polling request. Note: An upload job consists of job units, where job unit could be either a video, image group, dicom series, or a single image.

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.

file_name

Name of the JSON or CSV file that contained the list of URLs to ingest form the cloud bucket. Optional.
⌘I