LabelRow Objects
video or img_group:
- A label row with a data asset of type video contains a single data unit.
- A label row with a data asset of type img_group contains any number of data units.
label_hash(uid) is the unique identifier of the label rowdataset_hash(uid) is the unique identifier of the dataset which contains the particular video or image groupdataset_titleis the title of the dataset which contains the particular video or image groupdata_titleis the title of the video or image groupdata_typeeithervideoorimg_groupdepending on data typedata_unitsa dictionary with (key: data hash, value: data unit) pairs.object_answersis a dictionary with (key: object hash, value: object answer) pairs.classification_answersis a dictionary with (key: classification hash, value: classification answer) pairs.object_actionsis a dictionary with (key:<object_hash>, value: object action) pairs.label_statusis a string indicating label status. It can take the values enumerated in :class:encord.orm.label_row.LabelStatus. Note that this does not reflect thes status shown in the Projects->Labels section on the web-app.
data_units above, has in the
form::
ShadowDataState Objects
ALL_DATA
Fetch all the label rowsSHADOW_DATA
Only fetch the label rows that were submitted against “shadow data”: the annotator’s view of the benchmarkNOT_SHADOW_DATA
Only fetch the label rows for “production” dataLabelStatus Objects
MISSING_LABEL_STATUS
This value will be displayed if the Encord platform has a new label status and your SDK version does not understand it yet. Please update your SDK to the latest version.LabelRowMetadata Objects
label_hash
Only present if the label row is initiatedcreated_at
Only present if the label row is initiatedlast_edited_at
Only present if the label row is initiatedbranch_name
Only present if the label row is initiated or branch_name is set specificallydata_hash
Only present if the label row is for a child element of a groupdata_link
Can beNone for label rows of image groups or DICOM series.
label_status
Can beNone for TMS2 projects
annotation_task_status
Only available for TMS2 projectis_shadow_data
Only available for the VIDEO and AUDIO data_typeduration
Only available for the VIDEO data_typewidth
Only available for the AUDIO data_typepriority
Only available for not complete tasksfile_type
Only available for certain read requeststo_dict
LabelRowMetadataDTO Objects
label_hash
Only present if the label row is initiatedcreated_at
Only present if the label row is initiatedlast_edited_at
Only present if the label row is initiatedbranch_name
Only present if the label row is initiated or branch_name is set specificallydata_link
Can beNone for label rows of image groups or DICOM series.
label_status
Can beNone for TMS2 projects

