benchling_api_client.api.lab_automation.process_output_with_automation_output_processor module

async asyncio(*, client: Client, output_processor_id: str) Optional[Union[AsyncTaskLink, BadRequestError]]

Process Output with an Automation Output Processor

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

Process Output with an Automation Output Processor

sync_detailed(*, client: Client, output_processor_id: str) Response[Union[AsyncTaskLink, BadRequestError]]