benchling_api_client.api.lab_automation.create_automation_output_processor module¶
- async asyncio(*, client: Client, json_body: AutomationOutputProcessorCreate) Optional[Union[AutomationOutputProcessor, BadRequestError]] ¶
Create Automation Output Processor
- async asyncio_detailed(*, client: Client, json_body: AutomationOutputProcessorCreate) Response[Union[AutomationOutputProcessor, BadRequestError]] ¶
- sync(*, client: Client, json_body: AutomationOutputProcessorCreate) Optional[Union[AutomationOutputProcessor, BadRequestError]] ¶
Create Automation Output Processor
- sync_detailed(*, client: Client, json_body: AutomationOutputProcessorCreate) Response[Union[AutomationOutputProcessor, BadRequestError]] ¶