benchling_api_client.models.automation_output_processor_create module

class AutomationOutputProcessorCreate

Bases: object

__init__(assay_run_id: str, automation_file_config_name: str, file_id: str, complete_with_errors: Union[benchling_api_client.types.Unset, bool] = attr_dict['_complete_with_errors'].default) None

Method generated by attrs for class AutomationOutputProcessorCreate.

property assay_run_id: str
property automation_file_config_name: str
property complete_with_errors: bool

Specifies whether file processing should complete with errors. False means any error in output file processing will result in no actions being committed. True means that if row-level errors occur, then failing rows and their errors will be saved to errorFile, and actions from successful rows will be committed.

property file_id: str

The ID of a blob link to process.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.automation_output_processor_create.T
to_dict() Dict[str, Any]