benchling_api_client.models.assay_result module

class AssayResult

Bases: object

__init__(archive_record: Union[benchling_api_client.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.types.Unset, UserSummary] = attr_dict['_creator'].default, entry_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_entry_id'].default, field_validation: Union[benchling_api_client.types.Unset, AssayResultFieldValidation] = attr_dict['_field_validation'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, is_reviewed: Union[benchling_api_client.types.Unset, bool] = attr_dict['_is_reviewed'].default, project_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_project_id'].default, schema: Union[benchling_api_client.types.Unset, SchemaSummary] = attr_dict['_schema'].default, validation_comment: Union[benchling_api_client.types.Unset, str] = attr_dict['_validation_comment'].default, validation_status: Union[benchling_api_client.types.Unset, str] = attr_dict['_validation_status'].default) None

Method generated by attrs for class AssayResult.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property archive_record: Optional[ArchiveRecord]
property created_at: datetime

DateTime at which the the result was created

property creator: UserSummary
property entry_id: Optional[str]

ID of the entry that this result is attached to

property field_validation: AssayResultFieldValidation

Object mapping field names to a UserValidation Resource object for that field. To set validation for a result, you must use this object.

property fields: Fields
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.assay_result.T
get(key, default=None) Optional[Any]
property id: str

ID of the result

property is_reviewed: bool

Whether or not this result is attached to an accepted entry

property project_id: Optional[str]

ID of the project to insert the result into

property schema: SchemaSummary
to_dict() Dict[str, Any]
property validation_comment: str
property validation_status: str