Skip to content

Commit

Permalink
Add new EXPORT_CLASSIFIER op type
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Jan 13, 2024
1 parent 529be59 commit 6490e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/taskee/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class OperationType(str, Enum):
EXPORT_IMAGE = "EXPORT_IMAGE"
EXPORT_VIDEO = "EXPORT_VIDEO"
EXPORT_TILES = "EXPORT_TILES"
EXPORT_CLASSIFIER = "EXPORT_CLASSIFIER"
INGEST = "INGEST"
INGEST_IMAGE = "INGEST_IMAGE"
INGEST_TABLE = "INGEST_TABLE"
Expand Down

0 comments on commit 6490e78

Please sign in to comment.