We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d2f5e commit e1332d4Copy full SHA for e1332d4
examples/basics/data_rows.ipynb
@@ -341,8 +341,8 @@
341
}
342
],
343
"source": [
344
- "# We can also attach metadata\n",
345
- "# Metadata is visible for all projects with this data_row attached\n",
+ "# We can also create attachments\n",
+ "# Attachments are visible for all projects connected to the data_row \n",
346
"data_row.create_metadata(meta_type=\"TEXT\", meta_value=\"LABELERS WILL SEE THIS \")\n",
347
"# See more information here:\n",
348
"# https://docs.labelbox.com/data-model/en/index-en#attachments\n",
0 commit comments