You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basics/Export_V1_to_V2_migration_support.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
"source": [
52
52
"### Key changes included in export V2 methods (``export_v2()`` and ``export()``):\n",
53
53
"1. Added flexibility to only export the data that is needed. The new methods include parameters and filters to give you more granular control over your exports.\n",
54
-
"2. Added functionality to stream your data export using ``export()``\n",
54
+
"2. Added functionality to stream your data export using ``export()`` available on SDK >=3.56\n",
55
55
"\n",
56
56
"For complete details on how to use export V2 methods please see the [Export V2 methods](https://docs.labelbox.com/reference/label-export#export-v2-methods) documentation."
0 commit comments