Skip to content
Go to Boltz API
Predictions
Structure And Binding

Run

Custom Python SDK workflow method for `client.predictions.structure_and_binding.run`.

Start a structure-and-binding prediction, wait for completion, and download results.

This is SDK workflow behavior, not a standalone REST endpoint. It composes generated API methods from this resource to submit work, wait for completion, and persist local results.

client.predictions.structure_and_binding.run(
*,
input: structure_and_binding_start_params.Input,
model: Literal['boltz-2.1'],
root_dir: str | PathLike[str] = 'boltz-experiments',
name: str | None = None,
workspace_id: str | Omit = omit,
quiet: bool = False,
poll_interval_seconds: float = 5.0,
) -> Path
ParameterTypeDefault
inputstructure_and_binding_start_params.InputRequired
modelLiteral['boltz-2.1']Required
root_dirstr | PathLike[str]'boltz-experiments'
namestr | NoneNone
workspace_idstr | Omitomit
quietboolFalse
poll_interval_secondsfloat5.0

Path