ExperimentStatus¶
- class ExperimentStatus(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
 Class for experiment status enumerated type.
Attributes
- EMPTY = 'experiment data is empty'¶
 
- INITIALIZING = 'experiment jobs are being initialized'¶
 
- VALIDATING = 'experiment jobs are validating'¶
 
- QUEUED = 'experiment jobs are queued'¶
 
- RUNNING = 'experiment jobs is actively running'¶
 
- CANCELLED = 'experiment jobs or analysis has been cancelled'¶
 
- POST_PROCESSING = 'experiment analysis is actively running'¶
 
- DONE = 'experiment jobs and analysis have successfully run'¶
 
- ERROR = 'experiment jobs or analysis incurred an error'¶
 
Methods
- classmethod __getitem__(name)¶
 Return the member matching name.
- classmethod __len__()¶
 Return the number of members (no aliases)