openff.bespokefit.executor.BespokeExecutorStageOutput

model openff.bespokefit.executor.BespokeExecutorStageOutput[source]

Bases: BaseModel

A model that stores the output of a particular stage in the bespoke fitting workflow e.g. QC data generation.

Fields
field type: str [Required]

The type of stage.

field status: Literal['waiting', 'running', 'errored', 'success'] [Required]

The status of the stage.

field error: Optional[str] [Required]

The error, if any, raised by the stage.