Skip to content

Commit 0c303c3

Browse files
author
Val Brodsky
committed
Remove ndjson uuid from text_predictions.ipynb
1 parent b707e44 commit 0c303c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/prediction_upload/text_predictions.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
"\n",
441441
"Labelbox support two formats for the annotations payload: NDJSON and Python Annotation types. Both are described below to compose your annotations into Labels attached to the data rows.\n",
442442
"\n",
443-
"The resulting label_ndjson should have exactly the same content for annotations that are supported by both (with exception of the uuid strings that are generated)"
443+
"The resulting label_ndjson should have exactly the same content for annotations that are supported by both"
444444
],
445445
"cell_type": "markdown"
446446
},
@@ -485,7 +485,6 @@
485485
" nested_checklist_prediction_ndjson\n",
486486
" ]:\n",
487487
" annot.update({\n",
488-
" 'uuid': str(uuid.uuid4()),\n",
489488
" 'dataRow': {'id': data_row.uid},\n",
490489
" })\n",
491490
" ndjson_prediction_method2.append(annot)"
@@ -682,7 +681,6 @@
682681
" nested_radio_annotation_ndjson \n",
683682
" ]:\n",
684683
" annot.update({\n",
685-
" 'uuid': str(uuid.uuid4()),\n",
686684
" 'dataRow': {'id': data_row.uid},\n",
687685
" })\n",
688686
" ndjson_annotation.append(annot)"

0 commit comments

Comments
 (0)