File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -652,9 +652,10 @@ def search(
652652 in_dataset : Optional [str ] = None ,
653653 batch : bool = False ,
654654 batch_id : Optional [str ] = None ,
655+ fields : Optional [List [str ]] = None ,
656+ * ,
655657 annotation_job : Optional [bool ] = None ,
656658 annotation_job_id : Optional [str ] = None ,
657- fields : Optional [List [str ]] = None ,
658659 ):
659660 """
660661 Search for images in a project.
@@ -743,9 +744,10 @@ def search_all(
743744 in_dataset : Optional [str ] = None ,
744745 batch : bool = False ,
745746 batch_id : Optional [str ] = None ,
747+ fields : Optional [List [str ]] = None ,
748+ * ,
746749 annotation_job : Optional [bool ] = None ,
747750 annotation_job_id : Optional [str ] = None ,
748- fields : Optional [List [str ]] = None ,
749751 ):
750752 """
751753 Create a paginated list of search results for use in searching the images in a project.
You can’t perform that action at this time.
0 commit comments