Adme
Predict Tier 1 ADME summary values for a batch of small molecules specified by SMILES.
Start an ADME prediction
List ADME predictions
Retrieve an ADME prediction
Delete ADME prediction data
Estimate cost for an ADME prediction
ModelsExpand Collapse
class AdmeStartResponse: …
When the input/output data was deleted, or null if still available
When this resource and its associated data will be permanently deleted. Null while still in progress.
input: Optional[Input]Prediction input (null if data deleted)
Prediction input (null if data deleted)
output: Optional[Output]Prediction output when succeeded
Prediction output when succeeded
molecules: List[OutputMolecule]Per-molecule results in the same order as the request. Successful molecules carry an adme summary. Failed molecules carry status: "failed" and a non-null error.
Per-molecule results in the same order as the request. Successful molecules carry an adme summary. Failed molecules carry status: "failed" and a non-null error.
class AdmeListResponse: …
When the input/output data was deleted, or null if still available
When this resource and its associated data will be permanently deleted. Null while still in progress.
class AdmeRetrieveResponse: …
When the input/output data was deleted, or null if still available
When this resource and its associated data will be permanently deleted. Null while still in progress.
input: Optional[Input]Prediction input (null if data deleted)
Prediction input (null if data deleted)
output: Optional[Output]Prediction output when succeeded
Prediction output when succeeded
molecules: List[OutputMolecule]Per-molecule results in the same order as the request. Successful molecules carry an adme summary. Failed molecules carry status: "failed" and a non-null error.
Per-molecule results in the same order as the request. Successful molecules carry an adme summary. Failed molecules carry status: "failed" and a non-null error.
class AdmeEstimateCostResponse: …Estimate response with monetary values encoded as decimal strings to preserve precision.
Estimate response with monetary values encoded as decimal strings to preserve precision.
breakdown: BreakdownCost breakdown for the billed application.
Cost breakdown for the billed application.
application: Literal["structure_and_binding", "small_molecule_design", "small_molecule_library_screen", 4 more]
Run
client.predictions.adme.run(*, input: adme_start_params.Input, model: Literal['adme-v1'], root_dir: str | PathLike[str], name: str | None, workspace_id: str | Omit, quiet: bool, poll_interval_seconds: float) -> Path