Skip to content

Commit 98075b1

Browse files
committed
WIP - working on creating an export for annotations on a model run
1 parent c5865c0 commit 98075b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/schema/model_run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ def delete_model_run_data_rows(self, data_row_ids):
182182
})
183183

184184
@experimental
185-
def export_model_run_annotations(self,
186-
download: bool = False) -> LabelGenerator:
185+
def export_annotations(self, download: bool = False) -> LabelGenerator:
187186
"""
188187
Experimental. To use, make sure client has enable_experimental=True.
189188

0 commit comments

Comments
 (0)