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 73c4885 commit e471a36Copy full SHA for e471a36
labelbox/schema/project.py
@@ -112,6 +112,8 @@ def export_labels(self, timeout_seconds=60):
112
""" Calls the server-side Label exporting that generates a JSON
113
payload, and returns the URL to that payload.
114
115
+ Will only generate a new URL at a max frequency of 30 min.
116
+
117
Args:
118
timeout_seconds (float): Max waiting time, in seconds.
119
Returns:
0 commit comments