openff.bespokefit.executor.services.coordinator.models.CoordinatorGETResponse

model openff.bespokefit.executor.services.coordinator.models.CoordinatorGETResponse[source]

Bases: Link

Fields
field smiles: str [Required]

The SMILES representation of the molecule that the bespoke parameters are being generated for.

field stages: List[CoordinatorGETStageStatus] [Required]

The stages of the bespoke optimization.

field results: Optional[BespokeOptimizationResults] = None

The output of the bespoke optimization.

Links to resources associated with the model.

classmethod from_task(task: CoordinatorTask)[source]