Skip to content

Commit 98c50ae

Browse files
WIP add ann_is_complete
1 parent b1cbd13 commit 98c50ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/diffgram/job/job.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ def generate_export(
373373
self,
374374
kind='Annotations',
375375
return_type="data",
376-
wait_for_export_generation=True
376+
wait_for_export_generation=True,
377+
ann_is_complete=True
377378
):
378379
"""
379380
@@ -405,6 +406,7 @@ def generate_export(
405406
'file_comparison_mode': "latest",
406407
'directory_id': None,
407408
'masks': False,
409+
'ann_is_complete': ann_is_complete,
408410
'return_type': return_type,
409411
'wait_for_export_generation': wait_for_export_generation
410412
}

0 commit comments

Comments
 (0)