history
HistoryUnitStatus
¶
Bases: StrEnum
Available status for images
Attributes:
Name | Type | Description |
---|---|---|
SUBMITTED |
|
|
DONE |
|
|
FAILED |
|
Source code in fractal_server/app/schemas/v2/history.py
10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
HistoryUnitStatusWithUnset
¶
Bases: StrEnum
Available status for history queries
Attributes:
Name | Type | Description |
---|---|---|
SUBMITTED |
|
|
DONE |
|
|
FAILED |
|
Source code in fractal_server/app/schemas/v2/history.py
25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|