benchling_api_client.models.assay_run_create module¶
- class AssayRunCreate¶
Bases:
object
- __init__(fields: Union[Fields, AssayFieldsCreate, UnknownType], schema_id: str, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, project_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_project_id'].default, validation_comment: Union[benchling_api_client.types.Unset, str] = attr_dict['_validation_comment'].default, validation_status: Union[benchling_api_client.types.Unset, AssayRunValidationStatus] = attr_dict['_validation_status'].default) None ¶
Method generated by attrs for class AssayRunCreate.
- property fields: Union[Fields, AssayFieldsCreate, UnknownType]¶
Object of assay run fields
- property project_id: str¶
The project that the assay run should be uploaded to. Only users with read access to the project will be able to read the assay run. Leaving this empty will result in only the creator having read access.
- property validation_status: AssayRunValidationStatus¶
Must be either VALID or INVALID