class documentation

class ExperimentStatus(str, Enum):

View In Hierarchy

Undocumented

Constant COMPLETED Undocumented
Constant DRAFT Undocumented
Constant IN_PROGRESS Undocumented
COMPLETED: str =

Undocumented

Value
'COMPLETED'
DRAFT: str =

Undocumented

Value
'DRAFT'
IN_PROGRESS: str =

Undocumented

Value
'IN_PROGRESS'