File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
libs/labelbox/src/labelbox/schema Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,9 @@ def _connect_default_labeling_front_end(self, ontology_as_dict: dict):
713713
714714 def get_mal_prediction_imports (self ) -> PaginatedCollection :
715715 """Returns mal prediction import objects which are used in model-assisted labeling associated with the project.
716- These are returned with the oldest first, and most recent last.
716+
717+ Returns:
718+ PaginatedCollection
717719 """
718720
719721 id_param = "projectId"
@@ -736,10 +738,9 @@ def get_mal_prediction_imports(self) -> PaginatedCollection:
736738
737739 def get_label_imports (self ) -> PaginatedCollection :
738740 """Returns label import objects associated with the project.
739- These are returned with the oldest first, and most recent last.
740741
741742 Returns:
742- PaginatedCollection.
743+ PaginatedCollection
743744 """
744745
745746 id_param = "projectId"
You can’t perform that action at this time.
0 commit comments