fiftyone.factory¶
Module contents¶
FiftyOne repository factory.
Classes:
Sort by enum for delegated operations. |
|
Sort direction enum for delegated operations. |
|
|
Paging parameters for delegated operations. |
-
class
fiftyone.factory.
SortByField
¶ Bases:
object
Sort by enum for delegated operations.
Attributes:
-
UPDATED_AT
= 'updated_at'¶
-
SCHEDULED_AT
= 'scheduled_at'¶
-
QUEUED_AT
= 'queued_at'¶
-
COMPLETED_AT
= 'completed_at'¶
-
STARTED_AT
= 'started_at'¶
-
FAILED_AT
= 'failed_at'¶
-
OPERATOR
= 'operator'¶
-
-
class
fiftyone.factory.
SortDirection
¶ Bases:
object
Sort direction enum for delegated operations.
Attributes:
-
ASCENDING
= 1¶
-
DESCENDING
= -1¶
-
-
class
fiftyone.factory.
DelegatedOperationPagingParams
(sort_by: fiftyone.factory.SortByField = 'queued_at', sort_direction: fiftyone.factory.SortDirection = - 1, skip: int = 0, limit: int = 10)¶ Bases:
object
Paging parameters for delegated operations.