openff.bespokefit.executor.services.fragmenter.models.FragmenterGETResponse

model openff.bespokefit.executor.services.fragmenter.models.FragmenterGETResponse[source]

Bases: Link

The object model returned by a GET request.

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

The status of the fragmentation.

field result: Optional[openff.fragmenter.fragment.FragmentationResult] [Required]

The result of the fragmentation if any was produced.

field error: Optional[str] [Required]

The error raised while fragmenting if any.

Links to resources associated with the model.