models_v2.run_status_1_enum module¶
-
class
models_v2.run_status_1_enum.
RunStatus1Enum
[source]¶ Bases:
object
Implementation of the ‘runStatus1’ enum.
TODO: type enum description here.
- Attributes:
RUNNING: TODO: type description here. CANCELED: TODO: type description here. FAILED: TODO: type description here. SUCCEEDED: TODO: type description here. SUCCEEDEDWITHWARNING: TODO: type description here.
-
CANCELED
= 'Canceled'¶
-
FAILED
= 'Failed'¶
-
RUNNING
= 'Running'¶
-
SUCCEEDED
= 'Succeeded'¶
-
SUCCEEDEDWITHWARNING
= 'SucceededWithWarning'¶