Run
Custom Python SDK workflow method for `client.predictions.adme.run`.
Start an ADME prediction, wait for completion, and persist 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.adme.run( *, input: adme_start_params.Input, model: Literal['adme-v1'], 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 | adme_start_params.Input | Required |
model | Literal['adme-v1'] | 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