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,) -> PathParameters
Section titled “Parameters”| Parameter | Type | Default |
|---|---|---|
input | structure_and_binding_start_params.Input | Required |
model | Literal['boltz-2.1'] | Required |
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 |
Returns
Section titled “Returns”Path