benchling_api_client.api.assay_results.commit_assay_results_transaction module

async asyncio(*, client: Client, transaction_id: str) Optional[Union[AssayResultTransactionCreateResponse, BadRequestError]]

Committing a transaction will cause all results that have been uploaded to be saved and visible to others.

async asyncio_detailed(*, client: Client, transaction_id: str) Response[Union[AssayResultTransactionCreateResponse, BadRequestError]]
sync(*, client: Client, transaction_id: str) Optional[Union[AssayResultTransactionCreateResponse, BadRequestError]]

Committing a transaction will cause all results that have been uploaded to be saved and visible to others.

sync_detailed(*, client: Client, transaction_id: str) Response[Union[AssayResultTransactionCreateResponse, BadRequestError]]