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 910c87f commit 69da8f4Copy full SHA for 69da8f4
labelbox/schema/dataset.py
@@ -83,7 +83,7 @@ def create_data_rows(self, items):
83
>>> dataset.create_data_rows([
84
>>> {DataRow.row_data:"http://my_site.com/photos/img_01.jpg"},
85
>>> "path/to/file2.jpg",
86
- >>> {tileLayerUrl : "http://", ...}
+ >>> {"tileLayerUrl" : "http://", ...}
87
>>> ])
88
89
For an example showing how to upload tiled data_rows see the following notebook:
0 commit comments