General information about the Export V1 deprecation and the advantages of moving to Export V2.
export()
, an improved method and format for exporting your data from Labelbox. You need to update your internal workflows to use the new export()
method. Please look out for email notifications regarding sunset dates for your tier.
Export V2 offers the following advantages:
project.export_labels()
project.label_generator()
project.export_queued_data_rows()
project.video_label_generator()
dataset.export_data_rows()
batch.export_data_rows()
model_run.export_labels()
export()
, view this sheet.
Export V1 | Export V2 | |
---|---|---|
Structure | Label-centric | Data row-centric |
Export source | Annotate only | Catalog, Model, Annotate |
Filters | None | Model run filters, Catalog filters, Data row tab filters, last_activity_at , label_created_at , data_row_ids |
Customizable export payload | Not supported | Supported via filters |
Naming convention | Pascal case | Snake case |
Media type | Project export | Model run export |
---|---|---|
Image | See sample | See sample |
Video | See sample | See sample |
Text | See sample | See sample |
Geospatial | See sample | See sample |
Documents | See sample | See sample |
Conversational text | See sample | See sample |
Audio | See sample | Not supported |
HTML | See sample | See sample |
LLM human preference | See sample | Not supported |
What does this mean for projects that were created before export() was released?
What will happen on the sunset date? Will I be able to use Labelbox that day?