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 b1cbd13 commit 98c50aeCopy full SHA for 98c50ae
sdk/diffgram/job/job.py
@@ -373,7 +373,8 @@ def generate_export(
373
self,
374
kind='Annotations',
375
return_type="data",
376
- wait_for_export_generation=True
+ wait_for_export_generation=True,
377
+ ann_is_complete=True
378
):
379
"""
380
@@ -405,6 +406,7 @@ def generate_export(
405
406
'file_comparison_mode': "latest",
407
'directory_id': None,
408
'masks': False,
409
+ 'ann_is_complete': ann_is_complete,
410
'return_type': return_type,
411
'wait_for_export_generation': wait_for_export_generation
412
}
0 commit comments