benchling_sdk.models package¶
- class AIGGenerateInputAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, AutomationInputGenerator] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class AIGGenerateInputAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aig_generate_input_async_task.T¶
- property response: AutomationInputGenerator¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class AOPProcessOutputAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, AutomationOutputProcessor] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class AOPProcessOutputAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aop_process_output_async_task.T¶
- property response: AutomationOutputProcessor¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class AaAnnotation¶
Bases:
object- __init__(color: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_color'].default, end: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_end'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, start: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_start'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class AaAnnotation.
- class AaSequence¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, length: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_length'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class AaSequence.
- property annotations: List[AaAnnotation]¶
Array of annotation objects on the AA sequence.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aa_sequence.T¶
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- class AaSequenceBaseRequest¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class AaSequenceBaseRequest.
- property annotations: List[AaAnnotation]¶
Annotations to create on the AA sequence.
- property custom_fields: CustomFields¶
- class AaSequenceBaseRequestForCreate¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class AaSequenceBaseRequestForCreate.
- property annotations: List[AaAnnotation]¶
Annotations to create on the AA sequence.
- property custom_fields: CustomFields¶
- class AaSequenceBulkCreate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class AaSequenceBulkCreate.
- property annotations: List[AaAnnotation]¶
Annotations to create on the AA sequence.
- property custom_fields: CustomFields¶
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aa_sequence_bulk_create.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- class AaSequenceBulkUpdate¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class AaSequenceBulkUpdate.
- property annotations: List[AaAnnotation]¶
Annotations to create on the AA sequence.
- property custom_fields: CustomFields¶
- class AaSequenceCreate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class AaSequenceCreate.
- property annotations: List[AaAnnotation]¶
Annotations to create on the AA sequence.
- property custom_fields: CustomFields¶
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aa_sequence_create.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- class AaSequenceRequestRegistryFields¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default) None¶
Method generated by attrs for class AaSequenceRequestRegistryFields.
- class AaSequenceSummary¶
Bases:
object- __init__(entity_type: Union[benchling_api_client.v2.types.Unset, AaSequenceSummaryEntityType] = attr_dict['_entity_type'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class AaSequenceSummary.
- property entity_type: AaSequenceSummaryEntityType¶
- class AaSequenceSummaryEntityType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AA_SEQUENCE = 'aa_sequence'¶
- static of_unknown(val: str) AaSequenceSummaryEntityType¶
- class AaSequenceUpdate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class AaSequenceUpdate.
- property annotations: List[AaAnnotation]¶
Annotations to create on the AA sequence.
- property custom_fields: CustomFields¶
- class AaSequenceWithEntityType¶
Bases:
object- __init__(entity_type: Union[benchling_api_client.v2.types.Unset, AaSequenceWithEntityTypeEntityType] = attr_dict['_entity_type'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, amino_acids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_amino_acids'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[AaAnnotation]] = attr_dict['_annotations'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, length: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_length'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class AaSequenceWithEntityType.
- property annotations: List[AaAnnotation]¶
Array of annotation objects on the AA sequence.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- property entity_type: AaSequenceWithEntityTypeEntityType¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aa_sequence_with_entity_type.T¶
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- class AaSequenceWithEntityTypeEntityType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AA_SEQUENCE = 'aa_sequence'¶
- static of_unknown(val: str) AaSequenceWithEntityTypeEntityType¶
- class AaSequencesArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of AA sequences along with any IDs of batches that were archived / unarchived.
- __init__(aa_sequence_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aa_sequence_ids'].default, batch_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_batch_ids'].default) None¶
Method generated by attrs for class AaSequencesArchivalChange.
- class AaSequencesArchive¶
Bases:
objectThe request body for archiving AA sequences.
- __init__(aa_sequence_ids: List[str], reason: EntityArchiveReason) None¶
Method generated by attrs for class AaSequencesArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aa_sequences_archive.T¶
- property reason: EntityArchiveReason¶
The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
- class AaSequencesBulkCreateRequest¶
Bases:
object- __init__(aa_sequences: Union[benchling_api_client.v2.types.Unset, List[AaSequenceBulkCreate]] = attr_dict['_aa_sequences'].default) None¶
Method generated by attrs for class AaSequencesBulkCreateRequest.
- property aa_sequences: List[AaSequenceBulkCreate]¶
- class AaSequencesBulkGet¶
Bases:
object- __init__(aa_sequences: Union[benchling_api_client.v2.types.Unset, List[AaSequence]] = attr_dict['_aa_sequences'].default) None¶
Method generated by attrs for class AaSequencesBulkGet.
- property aa_sequences: List[AaSequence]¶
- class AaSequencesBulkUpdateRequest¶
Bases:
object- __init__(aa_sequences: Union[benchling_api_client.v2.types.Unset, List[AaSequenceBulkUpdate]] = attr_dict['_aa_sequences'].default) None¶
Method generated by attrs for class AaSequencesBulkUpdateRequest.
- property aa_sequences: List[AaSequenceBulkUpdate]¶
- class AaSequencesPaginatedList¶
Bases:
object- __init__(aa_sequences: Union[benchling_api_client.v2.types.Unset, List[AaSequence]] = attr_dict['_aa_sequences'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class AaSequencesPaginatedList.
- property aa_sequences: List[AaSequence]¶
- class AaSequencesUnarchive¶
Bases:
objectThe request body for unarchiving AA sequences.
- __init__(aa_sequence_ids: List[str]) None¶
Method generated by attrs for class AaSequencesUnarchive.
- class AlignedSequence¶
Bases:
object- __init__(bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, dna_sequence_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_dna_sequence_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, pairwise_identity: Union[benchling_api_client.v2.types.Unset, float] = attr_dict['_pairwise_identity'].default, trim_end: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_trim_end'].default, trim_start: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_trim_start'].default) None¶
Method generated by attrs for class AlignedSequence.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.aligned_sequence.T¶
- class ArchiveRecord¶
Bases:
object- __init__(reason: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_reason'].default) None¶
Method generated by attrs for class ArchiveRecord.
- class AssayFieldsCreate¶
Bases:
object
- class AssayResult¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, entry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entry_id'].default, field_validation: Union[benchling_api_client.v2.types.Unset, AssayResultFieldValidation] = attr_dict['_field_validation'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_reviewed: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_reviewed'].default, project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default, schema: Union[benchling_api_client.v2.types.Unset, SchemaSummary] = attr_dict['_schema'].default, validation_comment: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_validation_comment'].default, validation_status: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_validation_status'].default) None¶
Method generated by attrs for class AssayResult.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- 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.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_result.T¶
- property schema: SchemaSummary¶
- class AssayResultCreate¶
Bases:
object- __init__(fields: Union[Fields, AssayFieldsCreate, benchling_api_client.v2.extensions.UnknownType], schema_id: str, field_validation: Union[benchling_api_client.v2.types.Unset, AssayResultCreateFieldValidation] = attr_dict['_field_validation'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default) None¶
Method generated by attrs for class AssayResultCreate.
- property field_validation: AssayResultCreateFieldValidation¶
Dictionary mapping field names to UserValidation Resources.
- property fields: Union[Fields, AssayFieldsCreate, benchling_api_client.v2.extensions.UnknownType]¶
Dictionary of result fields
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_result_create.T¶
- class AssayResultCreateFieldValidation¶
Bases:
objectDictionary mapping field names to UserValidation Resources.
- additional_properties: Dict[str, UserValidation]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_result_create_field_validation.T¶
- get(key, default=None) Optional[UserValidation]¶
- class AssayResultFieldValidation¶
Bases:
objectObject mapping field names to a UserValidation Resource object for that field. To set validation for a result, you must use this object.
- additional_properties: Dict[str, UserValidation]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_result_field_validation.T¶
- get(key, default=None) Optional[UserValidation]¶
- class AssayResultIdsRequest¶
Bases:
object- __init__(assay_result_ids: List[str]) None¶
Method generated by attrs for class AssayResultIdsRequest.
- class AssayResultIdsResponse¶
Bases:
object- __init__(assay_result_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_assay_result_ids'].default) None¶
Method generated by attrs for class AssayResultIdsResponse.
- class AssayResultSchema¶
Bases:
object- __init__(modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, type: Union[benchling_api_client.v2.types.Unset, AssayResultSchemaType] = attr_dict['_type'].default, derived_from: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_derived_from'].default, organization: Union[benchling_api_client.v2.types.Unset, BaseAssaySchemaOrganization] = attr_dict['_organization'].default, system_name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_system_name'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class AssayResultSchema.
- property archive_record: Optional[ArchiveRecord]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_result_schema.T¶
- property organization: BaseAssaySchemaOrganization¶
- property type: AssayResultSchemaType¶
- class AssayResultSchemaType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ASSAY_RESULT = 'assay_result'¶
- static of_unknown(val: str) AssayResultSchemaType¶
- class AssayResultSchemasPaginatedList¶
Bases:
object- __init__(assay_result_schemas: Union[benchling_api_client.v2.types.Unset, List[AssayResultSchema]] = attr_dict['_assay_result_schemas'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class AssayResultSchemasPaginatedList.
- property assay_result_schemas: List[AssayResultSchema]¶
- class AssayResultTransactionCreateResponse¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default) None¶
Method generated by attrs for class AssayResultTransactionCreateResponse.
- class AssayResultsArchive¶
Bases:
object- __init__(assay_result_ids: List[str], reason: Union[benchling_api_client.v2.types.Unset, AssayResultsArchiveReason] = attr_dict['_reason'].default) None¶
Method generated by attrs for class AssayResultsArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_results_archive.T¶
- property reason: AssayResultsArchiveReason¶
The reason for archiving the provided results. Accepted reasons may differ based on tenant configuration
- class AssayResultsArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ARCHIVED = 'Archived'¶
- MADE_IN_ERROR = 'Made in error'¶
- OTHER = 'Other'¶
- static of_unknown(val: str) AssayResultsArchiveReason¶
- class AssayResultsBulkCreateRequest¶
Bases:
object- __init__(assay_results: List[AssayResultCreate]) None¶
Method generated by attrs for class AssayResultsBulkCreateRequest.
- property assay_results: List[AssayResultCreate]¶
- class AssayResultsBulkGet¶
Bases:
object- __init__(assay_results: Union[benchling_api_client.v2.types.Unset, List[AssayResult]] = attr_dict['_assay_results'].default) None¶
Method generated by attrs for class AssayResultsBulkGet.
- property assay_results: List[AssayResult]¶
- class AssayResultsCreateResponse¶
Bases:
object- __init__(assay_results: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_assay_results'].default) None¶
Method generated by attrs for class AssayResultsCreateResponse.
- class AssayResultsPaginatedList¶
Bases:
object- __init__(assay_results: Union[benchling_api_client.v2.types.Unset, List[AssayResult]] = attr_dict['_assay_results'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class AssayResultsPaginatedList.
- property assay_results: List[AssayResult]¶
- class AssayRun¶
Bases:
object- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, entry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_reviewed: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_reviewed'].default, project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, validation_comment: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_validation_comment'].default, validation_status: Union[benchling_api_client.v2.types.Unset, AssayRunValidationStatus] = attr_dict['_validation_status'].default) None¶
Method generated by attrs for class AssayRun.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property schema: Optional[SchemaSummary]¶
- property validation_status: AssayRunValidationStatus¶
Must be either VALID or INVALID
- class AssayRunCreate¶
Bases:
object- __init__(fields: Union[Fields, AssayFieldsCreate, benchling_api_client.v2.extensions.UnknownType], schema_id: str, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, project_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_project_id'].default, validation_comment: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_validation_comment'].default, validation_status: Union[benchling_api_client.v2.types.Unset, AssayRunValidationStatus] = attr_dict['_validation_status'].default) None¶
Method generated by attrs for class AssayRunCreate.
- property fields: Union[Fields, AssayFieldsCreate, benchling_api_client.v2.extensions.UnknownType]¶
Object of assay run fields
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_run_create.T¶
- 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
- class AssayRunCreatedEvent¶
Bases:
object- __init__(assay_run: Union[benchling_api_client.v2.types.Unset, AssayRun] = attr_dict['_assay_run'].default, event_type: Union[benchling_api_client.v2.types.Unset, AssayRunCreatedEventEventType] = attr_dict['_event_type'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class AssayRunCreatedEvent.
- property event_type: AssayRunCreatedEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_run_created_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class AssayRunCreatedEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_ASSAYRUNCREATED = 'v2.assayRun.created'¶
- static of_unknown(val: str) AssayRunCreatedEventEventType¶
- class AssayRunNotePart¶
Bases:
object- __init__(assay_run_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_assay_run_id'].default, assay_run_schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_assay_run_schema_id'].default, type: Union[benchling_api_client.v2.types.Unset, AssayRunNotePartType] = attr_dict['_type'].default, indentation: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_indentation'].default) None¶
Method generated by attrs for class AssayRunNotePart.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_run_note_part.T¶
- property indentation: int¶
All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
- property type: AssayRunNotePartType¶
- class AssayRunNotePartType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ASSAY_RUN = 'assay_run'¶
- static of_unknown(val: str) AssayRunNotePartType¶
- class AssayRunSchema¶
Bases:
object- __init__(automation_input_file_configs: Union[benchling_api_client.v2.types.Unset, List[AssayRunSchemaAutomationInputFileConfigsItem]] = attr_dict['_automation_input_file_configs'].default, automation_output_file_configs: Union[benchling_api_client.v2.types.Unset, List[AssayRunSchemaAutomationOutputFileConfigsItem]] = attr_dict['_automation_output_file_configs'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, type: Union[benchling_api_client.v2.types.Unset, AssayRunSchemaType] = attr_dict['_type'].default, derived_from: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_derived_from'].default, organization: Union[benchling_api_client.v2.types.Unset, BaseAssaySchemaOrganization] = attr_dict['_organization'].default, system_name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_system_name'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class AssayRunSchema.
- property archive_record: Optional[ArchiveRecord]¶
- property automation_input_file_configs: List[AssayRunSchemaAutomationInputFileConfigsItem]¶
- property automation_output_file_configs: List[AssayRunSchemaAutomationOutputFileConfigsItem]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_run_schema.T¶
- property organization: BaseAssaySchemaOrganization¶
- property type: AssayRunSchemaType¶
- class AssayRunSchemaAutomationInputFileConfigsItem¶
Bases:
object- __init__(name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class AssayRunSchemaAutomationInputFileConfigsItem.
- class AssayRunSchemaAutomationOutputFileConfigsItem¶
Bases:
object- __init__(name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class AssayRunSchemaAutomationOutputFileConfigsItem.
- class AssayRunSchemaType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ASSAY_RUN = 'assay_run'¶
- static of_unknown(val: str) AssayRunSchemaType¶
- class AssayRunSchemasPaginatedList¶
Bases:
object- __init__(assay_run_schemas: Union[benchling_api_client.v2.types.Unset, List[AssayRunSchema]] = attr_dict['_assay_run_schemas'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class AssayRunSchemasPaginatedList.
- property assay_run_schemas: List[AssayRunSchema]¶
- class AssayRunUpdate¶
Bases:
object- __init__(fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default) None¶
Method generated by attrs for class AssayRunUpdate.
- class AssayRunUpdatedFieldsEvent¶
Bases:
object- __init__(assay_run: Union[benchling_api_client.v2.types.Unset, AssayRun] = attr_dict['_assay_run'].default, event_type: Union[benchling_api_client.v2.types.Unset, AssayRunUpdatedFieldsEventEventType] = attr_dict['_event_type'].default, updates: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_updates'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class AssayRunUpdatedFieldsEvent.
- property event_type: AssayRunUpdatedFieldsEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_run_updated_fields_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class AssayRunUpdatedFieldsEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_ASSAYRUNUPDATEDFIELDS = 'v2.assayRun.updated.fields'¶
- static of_unknown(val: str) AssayRunUpdatedFieldsEventEventType¶
- class AssayRunValidationStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- INVALID = 'INVALID'¶
- VALID = 'VALID'¶
- static of_unknown(val: str) AssayRunValidationStatus¶
- class AssayRunsArchivalChange¶
Bases:
objectIDs of all Assay Runs that were archived / unarchived.
- __init__(assay_run_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_assay_run_ids'].default) None¶
Method generated by attrs for class AssayRunsArchivalChange.
- class AssayRunsArchive¶
Bases:
objectThe request body for archiving Assay Runs.
- __init__(assay_run_ids: List[str], reason: AssayRunsArchiveReason) None¶
Method generated by attrs for class AssayRunsArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.assay_runs_archive.T¶
- property reason: AssayRunsArchiveReason¶
The reason for archiving the provided Assay Runs. Accepted reasons may differ based on tenant configuration.
- class AssayRunsArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ARCHIVED = 'Archived'¶
- MADE_IN_ERROR = 'Made in error'¶
- OTHER = 'Other'¶
- static of_unknown(val: str) AssayRunsArchiveReason¶
- class AssayRunsBulkCreateRequest¶
Bases:
object- __init__(assay_runs: List[AssayRunCreate]) None¶
Method generated by attrs for class AssayRunsBulkCreateRequest.
- property assay_runs: List[AssayRunCreate]¶
- class AssayRunsBulkCreateResponse¶
Bases:
object- __init__(assay_runs: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_assay_runs'].default) None¶
Method generated by attrs for class AssayRunsBulkCreateResponse.
- class AssayRunsBulkGet¶
Bases:
object- __init__(assay_runs: Union[benchling_api_client.v2.types.Unset, List[AssayRun]] = attr_dict['_assay_runs'].default) None¶
Method generated by attrs for class AssayRunsBulkGet.
- class AssayRunsPaginatedList¶
Bases:
object- __init__(assay_runs: Union[benchling_api_client.v2.types.Unset, List[AssayRun]] = attr_dict['_assay_runs'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class AssayRunsPaginatedList.
- class AssayRunsUnarchive¶
Bases:
objectThe request body for unarchiving Assay Runs.
- class AsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default, response: Union[benchling_api_client.v2.types.Unset, AsyncTaskResponse] = attr_dict['_response'].default) None¶
Method generated by attrs for class AsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- property response: AsyncTaskResponse¶
Present only when status is SUCCEEDED. response can be empty if there is no data to be returned.
- property status: AsyncTaskStatus¶
The current state of the task.
- class AsyncTaskErrors¶
Bases:
objectPresent only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- class AsyncTaskLink¶
Bases:
object- __init__(task_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_task_id'].default) None¶
Method generated by attrs for class AsyncTaskLink.
- class AsyncTaskResponse¶
Bases:
objectPresent only when status is SUCCEEDED. response can be empty if there is no data to be returned.
- class AsyncTaskStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- FAILED = 'FAILED'¶
- RUNNING = 'RUNNING'¶
- SUCCEEDED = 'SUCCEEDED'¶
- static of_unknown(val: str) AsyncTaskStatus¶
- class AutoAnnotateAaSequences¶
Bases:
object- __init__(aa_sequence_ids: List[str], feature_library_ids: List[str]) None¶
Method generated by attrs for class AutoAnnotateAaSequences.
- class AutoAnnotateDnaSequences¶
Bases:
object- __init__(dna_sequence_ids: List[str], feature_library_ids: List[str]) None¶
Method generated by attrs for class AutoAnnotateDnaSequences.
- class AutoAnnotateRnaSequences¶
Bases:
object- __init__(feature_library_ids: List[str], rna_sequence_ids: List[str]) None¶
Method generated by attrs for class AutoAnnotateRnaSequences.
- class AutofillPartsAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Optional[benchling_api_client.v2.types.Unset] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class AutofillPartsAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.autofill_parts_async_task.T¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class AutofillRnaSequences¶
Bases:
object- __init__(rna_sequence_ids: List[str]) None¶
Method generated by attrs for class AutofillRnaSequences.
- class AutofillSequences¶
Bases:
object
- class AutofillTranslationsAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Optional[benchling_api_client.v2.types.Unset] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class AutofillTranslationsAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.autofill_translations_async_task.T¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class AutomationFile¶
Bases:
object- __init__(assay_run_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_assay_run_id'].default, automation_file_config: Union[benchling_api_client.v2.types.Unset, AutomationFileAutomationFileConfig] = attr_dict['_automation_file_config'].default, file: Union[benchling_api_client.v2.types.Unset, None, Blob] = attr_dict['_file'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, status: Union[benchling_api_client.v2.types.Unset, AutomationFileStatus] = attr_dict['_status'].default) None¶
Method generated by attrs for class AutomationFile.
- property automation_file_config: AutomationFileAutomationFileConfig¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.automation_file.T¶
- property status: AutomationFileStatus¶
- class AutomationFileAutomationFileConfig¶
Bases:
object- __init__(name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class AutomationFileAutomationFileConfig.
- class AutomationFileInputsPaginatedList¶
Bases:
object- __init__(automation_input_generators: Union[benchling_api_client.v2.types.Unset, List[AutomationInputGenerator]] = attr_dict['_automation_input_generators'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class AutomationFileInputsPaginatedList.
- property automation_input_generators: List[AutomationInputGenerator]¶
- class AutomationFileStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- FAILED = 'FAILED'¶
- NOT_STARTED = 'NOT_STARTED'¶
- RUNNING = 'RUNNING'¶
- SUCCEEDED = 'SUCCEEDED'¶
- static of_unknown(val: str) AutomationFileStatus¶
- class AutomationInputGenerator¶
Bases:
object- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, assay_run_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_assay_run_id'].default, automation_file_config: Union[benchling_api_client.v2.types.Unset, AutomationFileAutomationFileConfig] = attr_dict['_automation_file_config'].default, file: Union[benchling_api_client.v2.types.Unset, None, Blob] = attr_dict['_file'].default, status: Union[benchling_api_client.v2.types.Unset, AutomationFileStatus] = attr_dict['_status'].default) None¶
Method generated by attrs for class AutomationInputGenerator.
- property automation_file_config: AutomationFileAutomationFileConfig¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.automation_input_generator.T¶
- property status: AutomationFileStatus¶
- class AutomationInputGeneratorCompletedV2BetaEvent¶
Bases:
object- __init__(automation_input_generator: Union[benchling_api_client.v2.types.Unset, AutomationFile] = attr_dict['_automation_input_generator'].default, event_type: Union[benchling_api_client.v2.types.Unset, AutomationInputGeneratorCompletedV2BetaEventEventType] = attr_dict['_event_type'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class AutomationInputGeneratorCompletedV2BetaEvent.
- property automation_input_generator: AutomationFile¶
- property event_type: AutomationInputGeneratorCompletedV2BetaEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.automation_input_generator_completed_v2_beta_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class AutomationInputGeneratorCompletedV2BetaEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_BETAAUTOMATIONINPUTGENERATORCOMPLETED = 'v2-beta.automationInputGenerator.completed'¶
- static of_unknown(val: str) AutomationInputGeneratorCompletedV2BetaEventEventType¶
- class AutomationInputGeneratorUpdate¶
Bases:
object- __init__(file_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_file_id'].default) None¶
Method generated by attrs for class AutomationInputGeneratorUpdate.
- property file_id: Optional[str]¶
The ID of the file (blob) associated with the input generator. Set to null to remove an existing file from the generator.
- class AutomationOutputProcessor¶
Bases:
object- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, ArchiveRecord] = attr_dict['_archive_record'].default, complete_with_errors: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_complete_with_errors'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, error_file: Union[benchling_api_client.v2.types.Unset, None, Blob] = attr_dict['_error_file'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, progress_stats: Union[benchling_api_client.v2.types.Unset, AutomationProgressStats] = attr_dict['_progress_stats'].default, transforms: Union[benchling_api_client.v2.types.Unset, List[LabAutomationTransform]] = attr_dict['_transforms'].default, assay_run_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_assay_run_id'].default, automation_file_config: Union[benchling_api_client.v2.types.Unset, AutomationFileAutomationFileConfig] = attr_dict['_automation_file_config'].default, file: Union[benchling_api_client.v2.types.Unset, None, Blob] = attr_dict['_file'].default, status: Union[benchling_api_client.v2.types.Unset, AutomationFileStatus] = attr_dict['_status'].default) None¶
Method generated by attrs for class AutomationOutputProcessor.
- property archive_record: ArchiveRecord¶
- property automation_file_config: AutomationFileAutomationFileConfig¶
- 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.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.automation_output_processor.T¶
- property progress_stats: AutomationProgressStats¶
Processing progress information.
- property status: AutomationFileStatus¶
- property transforms: List[LabAutomationTransform]¶
- class AutomationOutputProcessorArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of any linked Results that were archived / unarchived.
- __init__(automation_output_processor_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_automation_output_processor_ids'].default, result_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_result_ids'].default) None¶
Method generated by attrs for class AutomationOutputProcessorArchivalChange.
- class AutomationOutputProcessorCompletedV2BetaEvent¶
Bases:
object- __init__(automation_output_processor: Union[benchling_api_client.v2.types.Unset, AutomationFile] = attr_dict['_automation_output_processor'].default, event_type: Union[benchling_api_client.v2.types.Unset, AutomationOutputProcessorCompletedV2BetaEventEventType] = attr_dict['_event_type'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class AutomationOutputProcessorCompletedV2BetaEvent.
- property automation_output_processor: AutomationFile¶
- property event_type: AutomationOutputProcessorCompletedV2BetaEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.automation_output_processor_completed_v2_beta_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class AutomationOutputProcessorCompletedV2BetaEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_BETAAUTOMATIONOUTPUTPROCESSORCOMPLETED = 'v2-beta.automationOutputProcessor.completed'¶
- static of_unknown(val: str) AutomationOutputProcessorCompletedV2BetaEventEventType¶
- class AutomationOutputProcessorCreate¶
Bases:
object- __init__(assay_run_id: str, automation_file_config_name: str, file_id: str, complete_with_errors: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_complete_with_errors'].default) None¶
Method generated by attrs for class AutomationOutputProcessorCreate.
- 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.
- class AutomationOutputProcessorUpdate¶
Bases:
object
- class AutomationOutputProcessorUploadedV2BetaEvent¶
Bases:
object- __init__(automation_output_processor: Union[benchling_api_client.v2.types.Unset, AutomationFile] = attr_dict['_automation_output_processor'].default, event_type: Union[benchling_api_client.v2.types.Unset, AutomationOutputProcessorUploadedV2BetaEventEventType] = attr_dict['_event_type'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class AutomationOutputProcessorUploadedV2BetaEvent.
- property automation_output_processor: AutomationFile¶
- property event_type: AutomationOutputProcessorUploadedV2BetaEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.automation_output_processor_uploaded_v2_beta_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class AutomationOutputProcessorUploadedV2BetaEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_BETAAUTOMATIONOUTPUTPROCESSORUPLOADED = 'v2-beta.automationOutputProcessor.uploaded'¶
- static of_unknown(val: str) AutomationOutputProcessorUploadedV2BetaEventEventType¶
- class AutomationOutputProcessorsArchive¶
Bases:
object- __init__(automation_output_processor_ids: List[str], reason: Union[benchling_api_client.v2.types.Unset, AutomationOutputProcessorsArchiveReason] = attr_dict['_reason'].default) None¶
Method generated by attrs for class AutomationOutputProcessorsArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.automation_output_processors_archive.T¶
- property reason: AutomationOutputProcessorsArchiveReason¶
The reason that the output processors are being archived. Accepted reasons may differ based on tenant configuration.
- class AutomationOutputProcessorsArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CONTAMINATED = 'Contaminated'¶
- EXPENDED = 'Expended'¶
- EXPIRED = 'Expired'¶
- MADE_IN_ERROR = 'Made in error'¶
- MISSING = 'Missing'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- SHIPPED = 'Shipped'¶
- static of_unknown(val: str) AutomationOutputProcessorsArchiveReason¶
- class AutomationOutputProcessorsPaginatedList¶
Bases:
objectA paginated list of automation output processors which have an attached file.
- __init__(automation_output_processors: Union[benchling_api_client.v2.types.Unset, List[AutomationOutputProcessor]] = attr_dict['_automation_output_processors'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class AutomationOutputProcessorsPaginatedList.
- property automation_output_processors: List[AutomationOutputProcessor]¶
- class AutomationOutputProcessorsUnarchive¶
Bases:
object- __init__(automation_output_processor_ids: List[str]) None¶
Method generated by attrs for class AutomationOutputProcessorsUnarchive.
- class AutomationProgressStats¶
Bases:
objectProcessing progress information.
- __init__(rows_failed: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_rows_failed'].default, rows_succeeded: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_rows_succeeded'].default, rows_unprocessed: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_rows_unprocessed'].default) None¶
Method generated by attrs for class AutomationProgressStats.
- class BadRequestError¶
Bases:
object- __init__(error: Union[benchling_api_client.v2.types.Unset, BadRequestErrorError] = attr_dict['_error'].default) None¶
Method generated by attrs for class BadRequestError.
- property error: BadRequestErrorError¶
- class BadRequestErrorBulk¶
Bases:
object- __init__(error: Union[benchling_api_client.v2.types.Unset, BadRequestErrorBulkError] = attr_dict['_error'].default) None¶
Method generated by attrs for class BadRequestErrorBulk.
- property error: BadRequestErrorBulkError¶
- class BadRequestErrorBulkError¶
Bases:
object- __init__(errors: Union[benchling_api_client.v2.types.Unset, List[BadRequestErrorBulkErrorErrorsItem]] = attr_dict['_errors'].default) None¶
Method generated by attrs for class BadRequestErrorBulkError.
- property errors: List[BadRequestErrorBulkErrorErrorsItem]¶
- class BadRequestErrorBulkErrorErrorsItem¶
Bases:
object- __init__(index: Union[benchling_api_client.v2.types.Unset, float] = attr_dict['_index'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BadRequestErrorBulkErrorErrorsItem.
- class BadRequestErrorError¶
Bases:
object- __init__(type: Union[benchling_api_client.v2.types.Unset, BadRequestErrorErrorType] = attr_dict['_type'].default) None¶
Method generated by attrs for class BadRequestErrorError.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bad_request_error_error.T¶
- property type: BadRequestErrorErrorType¶
- class BadRequestErrorErrorType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- INVALID_REQUEST_ERROR = 'invalid_request_error'¶
- static of_unknown(val: str) BadRequestErrorErrorType¶
- class BarcodeValidationResult¶
Bases:
object- __init__(barcode: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_barcode'].default, is_valid: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_valid'].default, message: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BarcodeValidationResult.
- class BarcodeValidationResults¶
Bases:
object- __init__(validation_results: Union[benchling_api_client.v2.types.Unset, List[BarcodeValidationResult]] = attr_dict['_validation_results'].default) None¶
Method generated by attrs for class BarcodeValidationResults.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.barcode_validation_results.T¶
- property validation_results: List[BarcodeValidationResult]¶
- class BarcodesList¶
Bases:
object
- class BaseAssaySchema¶
Bases:
object- __init__(derived_from: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_derived_from'].default, organization: Union[benchling_api_client.v2.types.Unset, BaseAssaySchemaOrganization] = attr_dict['_organization'].default, system_name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_system_name'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class BaseAssaySchema.
- property archive_record: Optional[ArchiveRecord]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.base_assay_schema.T¶
- property organization: BaseAssaySchemaOrganization¶
- class BaseAssaySchemaOrganization¶
Bases:
object- __init__(handle: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_handle'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class BaseAssaySchemaOrganization.
- class BaseError¶
Bases:
object- __init__(message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default, user_message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_user_message'].default) None¶
Method generated by attrs for class BaseError.
- class BaseNotePart¶
Bases:
object- __init__(indentation: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_indentation'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class BaseNotePart.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.base_note_part.T¶
- class Batch¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, default_concentration: Union[benchling_api_client.v2.types.Unset, Measurement] = attr_dict['_default_concentration'].default, entity: Union[benchling_api_client.v2.types.Unset, DnaSequenceSummary, AaSequenceSummary, CustomEntitySummary, benchling_api_client.v2.extensions.UnknownType] = attr_dict['_entity'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class Batch.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property default_concentration: Measurement¶
- property entity: Union[DnaSequenceSummary, AaSequenceSummary, CustomEntitySummary, benchling_api_client.v2.extensions.UnknownType]¶
- property schema: Optional[SchemaSummary]¶
- class BatchCreate¶
Bases:
object- __init__(default_concentration: Union[benchling_api_client.v2.types.Unset, DefaultConcentrationSummary] = attr_dict['_default_concentration'].default, entity_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default) None¶
Method generated by attrs for class BatchCreate.
- property default_concentration: DefaultConcentrationSummary¶
- class BatchOrInaccessibleResource¶
Bases:
object
- class BatchSchema¶
Bases:
object- __init__(entity_schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_schema_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, prefix: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_prefix'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class BatchSchema.
- property archive_record: Optional[ArchiveRecord]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- class BatchSchemasList¶
Bases:
object- __init__(batch_schemas: Union[benchling_api_client.v2.types.Unset, List[BatchSchema]] = attr_dict['_batch_schemas'].default) None¶
Method generated by attrs for class BatchSchemasList.
- property batch_schemas: List[BatchSchema]¶
- class BatchSchemasPaginatedList¶
Bases:
object- __init__(next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default, batch_schemas: Union[benchling_api_client.v2.types.Unset, List[BatchSchema]] = attr_dict['_batch_schemas'].default) None¶
Method generated by attrs for class BatchSchemasPaginatedList.
- property batch_schemas: List[BatchSchema]¶
- class BatchUpdate¶
Bases:
object- __init__(default_concentration: Union[benchling_api_client.v2.types.Unset, DefaultConcentrationSummary] = attr_dict['_default_concentration'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default) None¶
Method generated by attrs for class BatchUpdate.
- property default_concentration: DefaultConcentrationSummary¶
- class BatchesArchivalChange¶
Bases:
objectIDs of all batches that were archived / unarchived, grouped by resource type.
- __init__(batch_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_batch_ids'].default) None¶
Method generated by attrs for class BatchesArchivalChange.
- class BatchesArchive¶
Bases:
objectThe request body for archiving Batches.
- __init__(batch_ids: List[str], reason: BatchesArchiveReason) None¶
Method generated by attrs for class BatchesArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.batches_archive.T¶
- property reason: BatchesArchiveReason¶
The reason for archiving the provided Batches. Accepted reasons may differ based on tenant configuration.
- class BatchesArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CONTAMINATED = 'Contaminated'¶
- EXPENDED = 'Expended'¶
- EXPIRED = 'Expired'¶
- MADE_IN_ERROR = 'Made in error'¶
- MISSING = 'Missing'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- SHIPPED = 'Shipped'¶
- static of_unknown(val: str) BatchesArchiveReason¶
- class BatchesBulkGet¶
Bases:
object- __init__(batches: Union[benchling_api_client.v2.types.Unset, List[Batch]] = attr_dict['_batches'].default) None¶
Method generated by attrs for class BatchesBulkGet.
- class BatchesPaginatedList¶
Bases:
object- __init__(batches: Union[benchling_api_client.v2.types.Unset, List[Batch]] = attr_dict['_batches'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class BatchesPaginatedList.
- class BatchesUnarchive¶
Bases:
objectThe request body for unarchiving Batches.
- class BenchlingApp¶
Bases:
object- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default, description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class BenchlingApp.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- class BenchlingAppCreate¶
Bases:
object- __init__(name: str, description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default) None¶
Method generated by attrs for class BenchlingAppCreate.
- class BenchlingAppUpdate¶
Bases:
object- __init__(description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class BenchlingAppUpdate.
- class BenchlingAppsArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of apps that were archived / unarchived.
- __init__(app_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_app_ids'].default) None¶
Method generated by attrs for class BenchlingAppsArchivalChange.
- class BenchlingAppsArchive¶
Bases:
object- __init__(app_ids: List[str], reason: BenchlingAppsArchiveReason) None¶
Method generated by attrs for class BenchlingAppsArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.benchling_apps_archive.T¶
- property reason: BenchlingAppsArchiveReason¶
Reason that apps are being archived. Actual reason enum varies by tenant.
- class BenchlingAppsArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MADE_IN_ERROR = 'Made in error'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- static of_unknown(val: str) BenchlingAppsArchiveReason¶
- class BenchlingAppsPaginatedList¶
Bases:
object- __init__(apps: Union[benchling_api_client.v2.types.Unset, List[BenchlingApp]] = attr_dict['_apps'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class BenchlingAppsPaginatedList.
- property apps: List[BenchlingApp]¶
- class BenchlingAppsUnarchive¶
Bases:
object
- class Blob¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, mime_type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_mime_type'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, type: Union[benchling_api_client.v2.types.Unset, BlobType] = attr_dict['_type'].default, upload_status: Union[benchling_api_client.v2.types.Unset, BlobUploadStatus] = attr_dict['_upload_status'].default) None¶
Method generated by attrs for class Blob.
- property type: BlobType¶
One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
- property upload_status: BlobUploadStatus¶
- class BlobComplete¶
Bases:
object- __init__(parts: Union[benchling_api_client.v2.types.Unset, List[BlobPart]] = attr_dict['_parts'].default) None¶
Method generated by attrs for class BlobComplete.
- class BlobCreate¶
Bases:
object- __init__(data64: str, md5: str, name: str, type: BlobCreateType, mime_type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_mime_type'].default) None¶
Method generated by attrs for class BlobCreate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.blob_create.T¶
- property md5: str¶
The MD5 hash of the blob part. Note: this should be the hash of the raw data of the blob part, not the hash of the base64 encoding.
- property type: BlobCreateType¶
One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
- class BlobCreateType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- RAW_FILE = 'RAW_FILE'¶
- VISUALIZATION = 'VISUALIZATION'¶
- static of_unknown(val: str) BlobCreateType¶
- class BlobMultipartCreate¶
Bases:
object- __init__(name: str, type: BlobMultipartCreateType, mime_type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_mime_type'].default) None¶
Method generated by attrs for class BlobMultipartCreate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.blob_multipart_create.T¶
- property type: BlobMultipartCreateType¶
One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
- class BlobMultipartCreateType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- RAW_FILE = 'RAW_FILE'¶
- VISUALIZATION = 'VISUALIZATION'¶
- static of_unknown(val: str) BlobMultipartCreateType¶
- class BlobPart¶
Bases:
object
- class BlobPartCreate¶
Bases:
object- __init__(data64: str, md5: str, part_number: int) None¶
Method generated by attrs for class BlobPartCreate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.blob_part_create.T¶
- class BlobType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- RAW_FILE = 'RAW_FILE'¶
- VISUALIZATION = 'VISUALIZATION'¶
- class BlobUploadStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ABORTED = 'ABORTED'¶
- COMPLETE = 'COMPLETE'¶
- IN_PROGRESS = 'IN_PROGRESS'¶
- static of_unknown(val: str) BlobUploadStatus¶
- class BlobUrl¶
Bases:
object
- class BlobsBulkGet¶
Bases:
object- __init__(blobs: Union[benchling_api_client.v2.types.Unset, List[Blob]] = attr_dict['_blobs'].default) None¶
Method generated by attrs for class BlobsBulkGet.
- class Box¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, barcode: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_barcode'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, empty_containers: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_empty_containers'].default, empty_positions: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_empty_positions'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, filled_positions: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_filled_positions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_parent_storage_id'].default, project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, size: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_size'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class Box.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property empty_positions: int¶
The number of empty positions for adding additional containers in the box.
- property schema: Optional[SchemaSummary]¶
- class BoxContentsPaginatedList¶
Bases:
object- __init__(containers: Union[benchling_api_client.v2.types.Unset, List[ContainerWithCoordinates]] = attr_dict['_containers'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class BoxContentsPaginatedList.
- property containers: List[ContainerWithCoordinates]¶
- class BoxCreate¶
Bases:
object- __init__(schema_id: str, barcode: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_barcode'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default, project_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_project_id'].default) None¶
Method generated by attrs for class BoxCreate.
- class BoxCreationTableNotePart¶
Bases:
object- __init__(box_schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_box_schema_id'].default, type: Union[benchling_api_client.v2.types.Unset, BoxCreationTableNotePartType] = attr_dict['_type'].default, api_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_id'].default, columns: Union[benchling_api_client.v2.types.Unset, List[StructuredTableColumnInfo]] = attr_dict['_columns'].default, indentation: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_indentation'].default) None¶
Method generated by attrs for class BoxCreationTableNotePart.
- property columns: List[StructuredTableColumnInfo]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.box_creation_table_note_part.T¶
- property indentation: int¶
All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
- property type: BoxCreationTableNotePartType¶
- class BoxCreationTableNotePartType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- BOX_CREATION_TABLE = 'box_creation_table'¶
- static of_unknown(val: str) BoxCreationTableNotePartType¶
- class BoxSchema¶
Bases:
object- __init__(container_schema: Union[benchling_api_client.v2.types.Unset, None, BoxSchemaContainerSchema] = attr_dict['_container_schema'].default, height: Union[benchling_api_client.v2.types.Unset, float] = attr_dict['_height'].default, type: Union[benchling_api_client.v2.types.Unset, BoxSchemaType] = attr_dict['_type'].default, width: Union[benchling_api_client.v2.types.Unset, float] = attr_dict['_width'].default, prefix: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_prefix'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class BoxSchema.
- property archive_record: Optional[ArchiveRecord]¶
- property container_schema: Optional[BoxSchemaContainerSchema]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- property type: BoxSchemaType¶
- class BoxSchemaContainerSchema¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class BoxSchemaContainerSchema.
- class BoxSchemaType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- BOX = 'box'¶
- static of_unknown(val: str) BoxSchemaType¶
- class BoxSchemasList¶
Bases:
object- __init__(box_schemas: Union[benchling_api_client.v2.types.Unset, List[BoxSchema]] = attr_dict['_box_schemas'].default) None¶
Method generated by attrs for class BoxSchemasList.
- class BoxSchemasPaginatedList¶
Bases:
object- __init__(next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default, box_schemas: Union[benchling_api_client.v2.types.Unset, List[BoxSchema]] = attr_dict['_box_schemas'].default) None¶
Method generated by attrs for class BoxSchemasPaginatedList.
- class BoxUpdate¶
Bases:
object- __init__(fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default, project_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_project_id'].default) None¶
Method generated by attrs for class BoxUpdate.
- class BoxesArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of boxes along with any IDs of containers that were archived / unarchived.
- __init__(box_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_box_ids'].default, container_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_container_ids'].default) None¶
Method generated by attrs for class BoxesArchivalChange.
- class BoxesArchive¶
Bases:
object- __init__(box_ids: List[str], reason: BoxesArchiveReason, should_remove_barcodes: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_should_remove_barcodes'].default) None¶
Method generated by attrs for class BoxesArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.boxes_archive.T¶
- property reason: BoxesArchiveReason¶
Reason that boxes are being archived.
- class BoxesArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CONTAMINATED = 'Contaminated'¶
- EXPENDED = 'Expended'¶
- EXPIRED = 'Expired'¶
- MADE_IN_ERROR = 'Made in error'¶
- MISSING = 'Missing'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- SHIPPED = 'Shipped'¶
- static of_unknown(val: str) BoxesArchiveReason¶
- class BoxesBulkGet¶
Bases:
object- __init__(boxes: Union[benchling_api_client.v2.types.Unset, List[Box]] = attr_dict['_boxes'].default) None¶
Method generated by attrs for class BoxesBulkGet.
- class BoxesPaginatedList¶
Bases:
object- __init__(boxes: Union[benchling_api_client.v2.types.Unset, List[Box]] = attr_dict['_boxes'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class BoxesPaginatedList.
- class BoxesUnarchive¶
Bases:
object
- class BulkCreateAaSequencesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateAaSequencesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateAaSequencesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_aa_sequences_async_task.T¶
- property response: BulkCreateAaSequencesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateAaSequencesAsyncTaskResponse¶
Bases:
object- __init__(aa_sequences: Union[benchling_api_client.v2.types.Unset, List[AaSequence]] = attr_dict['_aa_sequences'].default) None¶
Method generated by attrs for class BulkCreateAaSequencesAsyncTaskResponse.
- property aa_sequences: List[AaSequence]¶
- class BulkCreateContainersAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateContainersAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateContainersAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_containers_async_task.T¶
- property response: BulkCreateContainersAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateContainersAsyncTaskResponse¶
Bases:
object- __init__(containers: Union[benchling_api_client.v2.types.Unset, List[Container]] = attr_dict['_containers'].default) None¶
Method generated by attrs for class BulkCreateContainersAsyncTaskResponse.
- class BulkCreateCustomEntitiesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateCustomEntitiesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateCustomEntitiesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_custom_entities_async_task.T¶
- property response: BulkCreateCustomEntitiesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateCustomEntitiesAsyncTaskResponse¶
Bases:
object- __init__(custom_entities: Union[benchling_api_client.v2.types.Unset, List[CustomEntity]] = attr_dict['_custom_entities'].default) None¶
Method generated by attrs for class BulkCreateCustomEntitiesAsyncTaskResponse.
- property custom_entities: List[CustomEntity]¶
- class BulkCreateDnaOligosAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateDnaOligosAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateDnaOligosAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_dna_oligos_async_task.T¶
- property response: BulkCreateDnaOligosAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateDnaOligosAsyncTaskResponse¶
Bases:
object- __init__(dna_oligos: Union[benchling_api_client.v2.types.Unset, List[DnaOligo]] = attr_dict['_dna_oligos'].default) None¶
Method generated by attrs for class BulkCreateDnaOligosAsyncTaskResponse.
- class BulkCreateDnaSequencesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateDnaSequencesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateDnaSequencesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_dna_sequences_async_task.T¶
- property response: BulkCreateDnaSequencesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateDnaSequencesAsyncTaskResponse¶
Bases:
object- __init__(dna_sequences: Union[benchling_api_client.v2.types.Unset, List[DnaSequence]] = attr_dict['_dna_sequences'].default) None¶
Method generated by attrs for class BulkCreateDnaSequencesAsyncTaskResponse.
- property dna_sequences: List[DnaSequence]¶
- class BulkCreateFeaturesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateFeaturesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateFeaturesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_features_async_task.T¶
- property response: BulkCreateFeaturesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateFeaturesAsyncTaskResponse¶
Bases:
object- __init__(features: Union[benchling_api_client.v2.types.Unset, List[Feature]] = attr_dict['_features'].default) None¶
Method generated by attrs for class BulkCreateFeaturesAsyncTaskResponse.
- class BulkCreateRnaOligosAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateRnaOligosAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateRnaOligosAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_rna_oligos_async_task.T¶
- property response: BulkCreateRnaOligosAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateRnaOligosAsyncTaskResponse¶
Bases:
object- __init__(rna_oligos: Union[benchling_api_client.v2.types.Unset, List[RnaOligo]] = attr_dict['_rna_oligos'].default) None¶
Method generated by attrs for class BulkCreateRnaOligosAsyncTaskResponse.
- class BulkCreateRnaSequencesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkCreateRnaSequencesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkCreateRnaSequencesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_rna_sequences_async_task.T¶
- property response: BulkCreateRnaSequencesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkCreateRnaSequencesAsyncTaskResponse¶
Bases:
object- __init__(rna_sequences: Union[benchling_api_client.v2.types.Unset, List[RnaSequence]] = attr_dict['_rna_sequences'].default) None¶
Method generated by attrs for class BulkCreateRnaSequencesAsyncTaskResponse.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_create_rna_sequences_async_task_response.T¶
- property rna_sequences: List[RnaSequence]¶
- class BulkRegisterEntitiesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Optional[benchling_api_client.v2.types.Unset] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkRegisterEntitiesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_register_entities_async_task.T¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateAaSequencesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkUpdateAaSequencesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkUpdateAaSequencesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_aa_sequences_async_task.T¶
- property response: BulkUpdateAaSequencesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateAaSequencesAsyncTaskResponse¶
Bases:
object- __init__(as_sequences: Union[benchling_api_client.v2.types.Unset, List[AaSequence]] = attr_dict['_as_sequences'].default) None¶
Method generated by attrs for class BulkUpdateAaSequencesAsyncTaskResponse.
- property as_sequences: List[AaSequence]¶
- class BulkUpdateContainersAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkUpdateContainersAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkUpdateContainersAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_containers_async_task.T¶
- property response: BulkUpdateContainersAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateContainersAsyncTaskResponse¶
Bases:
object- __init__(containers: Union[benchling_api_client.v2.types.Unset, List[Container]] = attr_dict['_containers'].default) None¶
Method generated by attrs for class BulkUpdateContainersAsyncTaskResponse.
- class BulkUpdateCustomEntitiesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkUpdateCustomEntitiesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkUpdateCustomEntitiesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_custom_entities_async_task.T¶
- property response: BulkUpdateCustomEntitiesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateCustomEntitiesAsyncTaskResponse¶
Bases:
object- __init__(custom_entities: Union[benchling_api_client.v2.types.Unset, List[CustomEntity]] = attr_dict['_custom_entities'].default) None¶
Method generated by attrs for class BulkUpdateCustomEntitiesAsyncTaskResponse.
- property custom_entities: List[CustomEntity]¶
- class BulkUpdateDnaOligosAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkUpdateDnaOligosAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkUpdateDnaOligosAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_dna_oligos_async_task.T¶
- property response: BulkUpdateDnaOligosAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateDnaOligosAsyncTaskResponse¶
Bases:
object- __init__(dna_oligos: Union[benchling_api_client.v2.types.Unset, List[DnaOligo]] = attr_dict['_dna_oligos'].default) None¶
Method generated by attrs for class BulkUpdateDnaOligosAsyncTaskResponse.
- class BulkUpdateDnaSequencesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkUpdateDnaSequencesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkUpdateDnaSequencesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_dna_sequences_async_task.T¶
- property response: BulkUpdateDnaSequencesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateDnaSequencesAsyncTaskResponse¶
Bases:
object- __init__(dna_sequences: Union[benchling_api_client.v2.types.Unset, List[DnaSequence]] = attr_dict['_dna_sequences'].default) None¶
Method generated by attrs for class BulkUpdateDnaSequencesAsyncTaskResponse.
- property dna_sequences: List[DnaSequence]¶
- class BulkUpdateRnaOligosAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkUpdateRnaOligosAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkUpdateRnaOligosAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_rna_oligos_async_task.T¶
- property response: BulkUpdateRnaOligosAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateRnaOligosAsyncTaskResponse¶
Bases:
object- __init__(rna_oligos: Union[benchling_api_client.v2.types.Unset, List[RnaOligo]] = attr_dict['_rna_oligos'].default) None¶
Method generated by attrs for class BulkUpdateRnaOligosAsyncTaskResponse.
- class BulkUpdateRnaSequencesAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, BulkUpdateRnaSequencesAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class BulkUpdateRnaSequencesAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_rna_sequences_async_task.T¶
- property response: BulkUpdateRnaSequencesAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class BulkUpdateRnaSequencesAsyncTaskResponse¶
Bases:
object- __init__(rna_sequences: Union[benchling_api_client.v2.types.Unset, List[RnaSequence]] = attr_dict['_rna_sequences'].default) None¶
Method generated by attrs for class BulkUpdateRnaSequencesAsyncTaskResponse.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.bulk_update_rna_sequences_async_task_response.T¶
- property rna_sequences: List[RnaSequence]¶
- class CheckboxNotePart¶
Bases:
objectOne “line” of a checklist
- __init__(checked: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_checked'].default, links: Union[benchling_api_client.v2.types.Unset, List[EntryLink]] = attr_dict['_links'].default, text: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_text'].default, type: Union[benchling_api_client.v2.types.Unset, CheckboxNotePartType] = attr_dict['_type'].default, indentation: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_indentation'].default) None¶
Method generated by attrs for class CheckboxNotePart.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.checkbox_note_part.T¶
- property indentation: int¶
All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
- property links: List[EntryLink]¶
Array of links referenced in text via an @-mention, hyperlink, or the drag-n-dropped preview attached to the note.
- property type: CheckboxNotePartType¶
- class CheckboxNotePartType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- LIST_CHECKBOX = 'list_checkbox'¶
- static of_unknown(val: str) CheckboxNotePartType¶
- class CheckoutRecord¶
Bases:
objectassignee field is set if status is “RESERVED” or “CHECKED_OUT”, or null if status is “AVAILABLE”.
comment field is set when container was last reserved, checked out, or checked into.
modifiedAt field is the date and time when container was last checked out, checked in, or reserved
- __init__(assignee: Union[benchling_api_client.v2.types.Unset, None, UserSummary, TeamSummary, benchling_api_client.v2.extensions.UnknownType] = attr_dict['_assignee'].default, comment: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_comment'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, status: Union[benchling_api_client.v2.types.Unset, CheckoutRecordStatus] = attr_dict['_status'].default) None¶
Method generated by attrs for class CheckoutRecord.
- property assignee: Optional[Union[UserSummary, TeamSummary, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.checkout_record.T¶
- property status: CheckoutRecordStatus¶
- class CheckoutRecordStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AVAILABLE = 'AVAILABLE'¶
- CHECKED_OUT = 'CHECKED_OUT'¶
- RESERVED = 'RESERVED'¶
- static of_unknown(val: str) CheckoutRecordStatus¶
- class ConflictError¶
Bases:
object- __init__(error: Union[benchling_api_client.v2.types.Unset, ConflictErrorError] = attr_dict['_error'].default) None¶
Method generated by attrs for class ConflictError.
- property error: ConflictErrorError¶
- class ConflictErrorError¶
Bases:
object- __init__(conflicts: Union[benchling_api_client.v2.types.Unset, List[ConflictErrorErrorConflictsItem]] = attr_dict['_conflicts'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default, user_message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_user_message'].default) None¶
Method generated by attrs for class ConflictErrorError.
- property conflicts: List[ConflictErrorErrorConflictsItem]¶
- class ConflictErrorErrorConflictsItem¶
Bases:
object
- class Container¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, barcode: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_barcode'].default, checkout_record: Union[benchling_api_client.v2.types.Unset, CheckoutRecord] = attr_dict['_checkout_record'].default, contents: Union[benchling_api_client.v2.types.Unset, List[ContainerContent]] = attr_dict['_contents'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_parent_storage_id'].default, parent_storage_schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_parent_storage_schema'].default, project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default, quantity: Union[benchling_api_client.v2.types.Unset, ContainerQuantity] = attr_dict['_quantity'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, volume: Union[benchling_api_client.v2.types.Unset, DeprecatedContainerVolumeForResponse] = attr_dict['_volume'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class Container.
- property archive_record: Optional[ArchiveRecord]¶
- property checkout_record: CheckoutRecord¶
assignee field is set if status is “RESERVED” or “CHECKED_OUT”, or null if status is “AVAILABLE”.
comment field is set when container was last reserved, checked out, or checked into.
modifiedAt field is the date and time when container was last checked out, checked in, or reserved
- property contents: List[ContainerContent]¶
- property creator: UserSummary¶
- property parent_storage_schema: Optional[SchemaSummary]¶
- property quantity: ContainerQuantity¶
Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- property schema: Optional[SchemaSummary]¶
- property volume: DeprecatedContainerVolumeForResponse¶
- class ContainerBulkUpdateItem¶
Bases:
object- __init__(container_id: str, quantity: Union[benchling_api_client.v2.types.Unset, ContainerQuantity] = attr_dict['_quantity'].default, volume: Union[benchling_api_client.v2.types.Unset, DeprecatedContainerVolumeForInput] = attr_dict['_volume'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default) None¶
Method generated by attrs for class ContainerBulkUpdateItem.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_bulk_update_item.T¶
- property parent_storage_id: str¶
ID of containing parent storage, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).
- property quantity: ContainerQuantity¶
Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- property volume: DeprecatedContainerVolumeForInput¶
Desired volume for a container, well, or transfer. “volume” type keys are deprecated in API requests; use the more permissive “quantity” type key instead.
- class ContainerContent¶
Bases:
object- __init__(batch: Union[benchling_api_client.v2.types.Unset, None, BatchOrInaccessibleResource] = attr_dict['_batch'].default, concentration: Union[benchling_api_client.v2.types.Unset, Measurement] = attr_dict['_concentration'].default, entity: Union[benchling_api_client.v2.types.Unset, None, EntityOrInaccessibleResource] = attr_dict['_entity'].default) None¶
Method generated by attrs for class ContainerContent.
- property batch: Optional[BatchOrInaccessibleResource]¶
- property concentration: Measurement¶
- property entity: Optional[EntityOrInaccessibleResource]¶
- class ContainerContentUpdate¶
Bases:
object- __init__(concentration: Measurement) None¶
Method generated by attrs for class ContainerContentUpdate.
- property concentration: Measurement¶
- class ContainerContentsList¶
Bases:
object- __init__(contents: Union[benchling_api_client.v2.types.Unset, List[ContainerContent]] = attr_dict['_contents'].default) None¶
Method generated by attrs for class ContainerContentsList.
- property contents: List[ContainerContent]¶
- class ContainerCreate¶
Bases:
object- __init__(schema_id: str, barcode: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_barcode'].default, project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default) None¶
Method generated by attrs for class ContainerCreate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_create.T¶
- class ContainerLabels¶
Bases:
object- __init__(barcode: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_barcode'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class ContainerLabels.
- class ContainerQuantity¶
Bases:
objectQuantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- __init__(units: Union[benchling_api_client.v2.types.Unset, None, ContainerQuantityUnits] = attr_dict['_units'].default, value: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_value'].default) None¶
Method generated by attrs for class ContainerQuantity.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_quantity.T¶
- property units: Optional[ContainerQuantityUnits]¶
- class ContainerQuantityUnits¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CELLS = 'cells'¶
- G = 'g'¶
- GAL_US = 'gal (US)'¶
- ITEMS = 'items'¶
- KG = 'kg'¶
- L = 'L'¶
- LB = 'lb'¶
- MG = 'mg'¶
- ML = 'mL'¶
- MMOL = 'mmol'¶
- MOL = 'mol'¶
- NG = 'ng'¶
- NL = 'nL'¶
- NMOL = 'nmol'¶
- OZ = 'oz'¶
- PG = 'pg'¶
- PL = 'pL'¶
- PMOL = 'pmol'¶
- PT_US = 'pt (US)'¶
- QT_US = 'qt (US)'¶
- UG = 'ug'¶
- UL = 'uL'¶
- UMOL = 'umol'¶
- UNITS = 'units'¶
- VALUE_22 = '(x10^3) cells'¶
- VALUE_23 = '(x10^4) cells'¶
- VALUE_24 = '(x10^5) cells'¶
- VALUE_25 = '(x10^6) cells'¶
- VALUE_26 = '(x10^7) cells'¶
- VALUE_27 = '(x10^8) cells'¶
- VALUE_28 = '(x10^9) cells'¶
- static of_unknown(val: str) ContainerQuantityUnits¶
- class ContainerSchema¶
Bases:
object- __init__(modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, type: Union[benchling_api_client.v2.types.Unset, ContainerSchemaType] = attr_dict['_type'].default, prefix: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_prefix'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class ContainerSchema.
- property archive_record: Optional[ArchiveRecord]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_schema.T¶
- property type: ContainerSchemaType¶
- class ContainerSchemaType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CONTAINER = 'container'¶
- static of_unknown(val: str) ContainerSchemaType¶
- class ContainerSchemasList¶
Bases:
object- __init__(container_schemas: Union[benchling_api_client.v2.types.Unset, List[ContainerSchema]] = attr_dict['_container_schemas'].default) None¶
Method generated by attrs for class ContainerSchemasList.
- property container_schemas: List[ContainerSchema]¶
- class ContainerSchemasPaginatedList¶
Bases:
object- __init__(next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default, container_schemas: Union[benchling_api_client.v2.types.Unset, List[ContainerSchema]] = attr_dict['_container_schemas'].default) None¶
Method generated by attrs for class ContainerSchemasPaginatedList.
- property container_schemas: List[ContainerSchema]¶
- class ContainerTransfer¶
Bases:
object- __init__(destination_contents: Union[benchling_api_client.v2.types.Unset, List[ContainerTransferDestinationContentsItem]] = attr_dict['_destination_contents'].default, destination_quantity: Union[benchling_api_client.v2.types.Unset, ContainerQuantity] = attr_dict['_destination_quantity'].default, destination_volume: Union[benchling_api_client.v2.types.Unset, DeprecatedContainerVolumeForInput] = attr_dict['_destination_volume'].default, source_batch_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_source_batch_id'].default, source_container_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_source_container_id'].default, source_entity_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_source_entity_id'].default, transfer_quantity: Union[benchling_api_client.v2.types.Unset, ContainerQuantity] = attr_dict['_transfer_quantity'].default, transfer_volume: Union[benchling_api_client.v2.types.Unset, DeprecatedContainerVolumeForInput] = attr_dict['_transfer_volume'].default) None¶
Method generated by attrs for class ContainerTransfer.
- property destination_contents: List[ContainerTransferDestinationContentsItem]¶
- property destination_quantity: ContainerQuantity¶
Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- property destination_volume: DeprecatedContainerVolumeForInput¶
Desired volume for a container, well, or transfer. “volume” type keys are deprecated in API requests; use the more permissive “quantity” type key instead.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_transfer.T¶
- property source_batch_id: str¶
ID of the batch that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
- property source_container_id: str¶
ID of the container that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
- property source_entity_id: str¶
ID of the entity that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
- property transfer_quantity: ContainerQuantity¶
Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- property transfer_volume: DeprecatedContainerVolumeForInput¶
Desired volume for a container, well, or transfer. “volume” type keys are deprecated in API requests; use the more permissive “quantity” type key instead.
- class ContainerTransferBase¶
Bases:
object- __init__(source_batch_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_source_batch_id'].default, source_container_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_source_container_id'].default, source_entity_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_source_entity_id'].default, transfer_quantity: Union[benchling_api_client.v2.types.Unset, ContainerQuantity] = attr_dict['_transfer_quantity'].default, transfer_volume: Union[benchling_api_client.v2.types.Unset, DeprecatedContainerVolumeForInput] = attr_dict['_transfer_volume'].default) None¶
Method generated by attrs for class ContainerTransferBase.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_transfer_base.T¶
- property source_batch_id: str¶
ID of the batch that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
- property source_container_id: str¶
ID of the container that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
- property source_entity_id: str¶
ID of the entity that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
- property transfer_quantity: ContainerQuantity¶
Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- property transfer_volume: DeprecatedContainerVolumeForInput¶
Desired volume for a container, well, or transfer. “volume” type keys are deprecated in API requests; use the more permissive “quantity” type key instead.
- class ContainerTransferDestinationContentsItem¶
Bases:
object
- class ContainerUpdate¶
Bases:
object- __init__(project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default, quantity: Union[benchling_api_client.v2.types.Unset, ContainerQuantity] = attr_dict['_quantity'].default, volume: Union[benchling_api_client.v2.types.Unset, DeprecatedContainerVolumeForInput] = attr_dict['_volume'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default) None¶
Method generated by attrs for class ContainerUpdate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_update.T¶
- property parent_storage_id: str¶
ID of containing parent storage, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).
- property quantity: ContainerQuantity¶
Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- property volume: DeprecatedContainerVolumeForInput¶
Desired volume for a container, well, or transfer. “volume” type keys are deprecated in API requests; use the more permissive “quantity” type key instead.
- class ContainerWithCoordinates¶
Bases:
object- __init__(grid_number: Union[benchling_api_client.v2.types.Unset, float] = attr_dict['_grid_number'].default, grid_position: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_grid_position'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, barcode: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_barcode'].default, checkout_record: Union[benchling_api_client.v2.types.Unset, CheckoutRecord] = attr_dict['_checkout_record'].default, contents: Union[benchling_api_client.v2.types.Unset, List[ContainerContent]] = attr_dict['_contents'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_parent_storage_id'].default, parent_storage_schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_parent_storage_schema'].default, project_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_project_id'].default, quantity: Union[benchling_api_client.v2.types.Unset, ContainerQuantity] = attr_dict['_quantity'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, volume: Union[benchling_api_client.v2.types.Unset, DeprecatedContainerVolumeForResponse] = attr_dict['_volume'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class ContainerWithCoordinates.
- property archive_record: Optional[ArchiveRecord]¶
- property checkout_record: CheckoutRecord¶
assignee field is set if status is “RESERVED” or “CHECKED_OUT”, or null if status is “AVAILABLE”.
comment field is set when container was last reserved, checked out, or checked into.
modifiedAt field is the date and time when container was last checked out, checked in, or reserved
- property contents: List[ContainerContent]¶
- property creator: UserSummary¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_with_coordinates.T¶
- property parent_storage_schema: Optional[SchemaSummary]¶
- property quantity: ContainerQuantity¶
Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
- property schema: Optional[SchemaSummary]¶
- property volume: DeprecatedContainerVolumeForResponse¶
- class ContainerWriteBase¶
Bases:
object- __init__(fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default) None¶
Method generated by attrs for class ContainerWriteBase.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.container_write_base.T¶
- class ContainersArchivalChange¶
Bases:
objectIDs of all items that were unarchived, grouped by resource type. This includes the IDs of containers that were unarchived.
- __init__(container_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_container_ids'].default) None¶
Method generated by attrs for class ContainersArchivalChange.
- class ContainersArchive¶
Bases:
object- __init__(container_ids: List[str], reason: ContainersArchiveReason, should_remove_barcodes: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_should_remove_barcodes'].default) None¶
Method generated by attrs for class ContainersArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.containers_archive.T¶
- property reason: ContainersArchiveReason¶
Reason that containers are being archived.
- class ContainersArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CONTAMINATED = 'Contaminated'¶
- EXPENDED = 'Expended'¶
- EXPIRED = 'Expired'¶
- MADE_IN_ERROR = 'Made in error'¶
- MISSING = 'Missing'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- SHIPPED = 'Shipped'¶
- static of_unknown(val: str) ContainersArchiveReason¶
- class ContainersBulkCreateRequest¶
Bases:
object- __init__(containers: List[ContainerCreate]) None¶
Method generated by attrs for class ContainersBulkCreateRequest.
- property containers: List[ContainerCreate]¶
- class ContainersBulkUpdateRequest¶
Bases:
object- __init__(containers: List[ContainerBulkUpdateItem]) None¶
Method generated by attrs for class ContainersBulkUpdateRequest.
- property containers: List[ContainerBulkUpdateItem]¶
- class ContainersCheckin¶
Bases:
object- __init__(container_ids: List[str], comments: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_comments'].default) None¶
Method generated by attrs for class ContainersCheckin.
- class ContainersCheckout¶
Bases:
object- __init__(assignee_id: str, container_ids: List[str], comment: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_comment'].default) None¶
Method generated by attrs for class ContainersCheckout.
- class ContainersList¶
Bases:
object- __init__(containers: Union[benchling_api_client.v2.types.Unset, List[Container]] = attr_dict['_containers'].default) None¶
Method generated by attrs for class ContainersList.
- class ContainersPaginatedList¶
Bases:
object- __init__(next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default, containers: Union[benchling_api_client.v2.types.Unset, List[Container]] = attr_dict['_containers'].default) None¶
Method generated by attrs for class ContainersPaginatedList.
- class ContainersUnarchive¶
Bases:
object
- class CreateConsensusAlignmentAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, DnaAlignment] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class CreateConsensusAlignmentAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.create_consensus_alignment_async_task.T¶
- property response: DnaAlignment¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class CreateEntityIntoRegistry¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default) None¶
Method generated by attrs for class CreateEntityIntoRegistry.
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- property folder_id: str¶
ID of the folder containing the entity. Can be left empty when registryId is present.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.create_entity_into_registry.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- class CreateTemplateAlignmentAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, DnaAlignment] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class CreateTemplateAlignmentAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.create_template_alignment_async_task.T¶
- property response: DnaAlignment¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class CreationOrigin¶
Bases:
object- __init__(application: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_application'].default, origin_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_origin_id'].default, origin_modal_uuid: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_origin_modal_uuid'].default, origin_type: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_origin_type'].default) None¶
Method generated by attrs for class CreationOrigin.
- class CustomEntitiesArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of custom entities along with any IDs of batches that were archived (or unarchived).
- __init__(batch_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_batch_ids'].default, custom_entity_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_custom_entity_ids'].default) None¶
Method generated by attrs for class CustomEntitiesArchivalChange.
- class CustomEntitiesArchive¶
Bases:
objectThe request body for archiving custom entities.
- __init__(custom_entity_ids: List[str], reason: EntityArchiveReason) None¶
Method generated by attrs for class CustomEntitiesArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.custom_entities_archive.T¶
- property reason: EntityArchiveReason¶
The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
- class CustomEntitiesBulkCreateRequest¶
Bases:
object- __init__(custom_entities: List[CustomEntityBulkCreate]) None¶
Method generated by attrs for class CustomEntitiesBulkCreateRequest.
- property custom_entities: List[CustomEntityBulkCreate]¶
- class CustomEntitiesBulkUpdateRequest¶
Bases:
object- __init__(custom_entities: List[CustomEntityBulkUpdate]) None¶
Method generated by attrs for class CustomEntitiesBulkUpdateRequest.
- property custom_entities: List[CustomEntityBulkUpdate]¶
- class CustomEntitiesList¶
Bases:
object- __init__(custom_entities: Union[benchling_api_client.v2.types.Unset, List[CustomEntity]] = attr_dict['_custom_entities'].default) None¶
Method generated by attrs for class CustomEntitiesList.
- property custom_entities: List[CustomEntity]¶
- class CustomEntitiesPaginatedList¶
Bases:
object- __init__(custom_entities: Union[benchling_api_client.v2.types.Unset, List[CustomEntity]] = attr_dict['_custom_entities'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class CustomEntitiesPaginatedList.
- property custom_entities: List[CustomEntity]¶
- class CustomEntitiesUnarchive¶
Bases:
objectThe request body for unarchiving custom entities.
- __init__(custom_entity_ids: List[str]) None¶
Method generated by attrs for class CustomEntitiesUnarchive.
- class CustomEntity¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, authors: Union[benchling_api_client.v2.types.Unset, List[UserSummary]] = attr_dict['_authors'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, CustomEntityCreator] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class CustomEntity.
- property archive_record: Optional[ArchiveRecord]¶
- property authors: List[UserSummary]¶
- property creator: CustomEntityCreator¶
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.custom_entity.T¶
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- class CustomEntityBaseRequest¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class CustomEntityBaseRequest.
- property custom_fields: CustomFields¶
- class CustomEntityBaseRequestForCreate¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class CustomEntityBaseRequestForCreate.
- property custom_fields: CustomFields¶
- class CustomEntityBulkCreate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class CustomEntityBulkCreate.
- property custom_fields: CustomFields¶
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.custom_entity_bulk_create.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- class CustomEntityBulkUpdate¶
Bases:
object- __init__(id: str, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class CustomEntityBulkUpdate.
- property custom_fields: CustomFields¶
- class CustomEntityCreate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class CustomEntityCreate.
- property custom_fields: CustomFields¶
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.custom_entity_create.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- class CustomEntityCreator¶
Bases:
object
- class CustomEntityRequestRegistryFields¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default) None¶
Method generated by attrs for class CustomEntityRequestRegistryFields.
- class CustomEntitySummary¶
Bases:
object- __init__(entity_type: Union[benchling_api_client.v2.types.Unset, CustomEntitySummaryEntityType] = attr_dict['_entity_type'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class CustomEntitySummary.
- property entity_type: CustomEntitySummaryEntityType¶
- class CustomEntitySummaryEntityType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CUSTOM_ENTITY = 'custom_entity'¶
- static of_unknown(val: str) CustomEntitySummaryEntityType¶
- class CustomEntityUpdate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class CustomEntityUpdate.
- property custom_fields: CustomFields¶
- class CustomEntityWithEntityType¶
Bases:
object- __init__(entity_type: Union[benchling_api_client.v2.types.Unset, CustomEntityWithEntityTypeEntityType] = attr_dict['_entity_type'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, authors: Union[benchling_api_client.v2.types.Unset, List[UserSummary]] = attr_dict['_authors'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, CustomEntityCreator] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class CustomEntityWithEntityType.
- property archive_record: Optional[ArchiveRecord]¶
- property authors: List[UserSummary]¶
- property creator: CustomEntityCreator¶
- property custom_fields: CustomFields¶
- property entity_type: CustomEntityWithEntityTypeEntityType¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.custom_entity_with_entity_type.T¶
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- class CustomEntityWithEntityTypeEntityType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CUSTOM_ENTITY = 'custom_entity'¶
- static of_unknown(val: str) CustomEntityWithEntityTypeEntityType¶
- class CustomField¶
Bases:
object- __init__(value: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_value'].default) None¶
Method generated by attrs for class CustomField.
- class CustomFields¶
Bases:
object- additional_properties: Dict[str, CustomField]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.custom_fields.T¶
- get(key, default=None) Optional[CustomField]¶
- class DefaultConcentrationSummary¶
Bases:
object- __init__(units: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_units'].default, value: Union[benchling_api_client.v2.types.Unset, float] = attr_dict['_value'].default) None¶
Method generated by attrs for class DefaultConcentrationSummary.
- class DeprecatedAutomationOutputProcessorsPaginatedList¶
Bases:
objectDeprecated - A paginated list of automation output processors
- __init__(automation_output_processors: Union[benchling_api_client.v2.types.Unset, List[AutomationOutputProcessor]] = attr_dict['_automation_output_processors'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class DeprecatedAutomationOutputProcessorsPaginatedList.
- property automation_output_processors: List[AutomationOutputProcessor]¶
- class DeprecatedContainerVolumeForInput¶
Bases:
objectDesired volume for a container, well, or transfer. “volume” type keys are deprecated in API requests; use the more permissive “quantity” type key instead.
- __init__(units: Union[benchling_api_client.v2.types.Unset, None, DeprecatedContainerVolumeForInputUnits] = attr_dict['_units'].default, value: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_value'].default) None¶
Method generated by attrs for class DeprecatedContainerVolumeForInput.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.deprecated_container_volume_for_input.T¶
- property units: Optional[DeprecatedContainerVolumeForInputUnits]¶
- class DeprecatedContainerVolumeForInputUnits¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- L = 'L'¶
- ML = 'mL'¶
- NL = 'nL'¶
- PL = 'pL'¶
- UL = 'uL'¶
- static of_unknown(val: str) DeprecatedContainerVolumeForInputUnits¶
- class DeprecatedContainerVolumeForResponse¶
Bases:
object- __init__(units: Union[benchling_api_client.v2.types.Unset, None, ContainerQuantityUnits] = attr_dict['_units'].default, value: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_value'].default) None¶
Method generated by attrs for class DeprecatedContainerVolumeForResponse.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.deprecated_container_volume_for_response.T¶
- property units: Optional[ContainerQuantityUnits]¶
- class DeprecatedEntitySchema¶
Bases:
object- __init__(type: Union[benchling_api_client.v2.types.Unset, DeprecatedEntitySchemaType] = attr_dict['_type'].default, constraint: Union[benchling_api_client.v2.types.Unset, None, EntitySchemaConstraint] = attr_dict['_constraint'].default, containable_type: Union[benchling_api_client.v2.types.Unset, EntitySchemaContainableType] = attr_dict['_containable_type'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, prefix: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_prefix'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DeprecatedEntitySchema.
- property archive_record: Optional[ArchiveRecord]¶
- property constraint: Optional[EntitySchemaConstraint]¶
- property containable_type: EntitySchemaContainableType¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.deprecated_entity_schema.T¶
- property type: DeprecatedEntitySchemaType¶
- class DeprecatedEntitySchemaType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AA_SEQUENCE = 'aa_sequence'¶
- CUSTOM_ENTITY = 'custom_entity'¶
- DNA_OLIGO = 'dna_oligo'¶
- DNA_SEQUENCE = 'dna_sequence'¶
- ENTRY = 'entry'¶
- MIXTURE = 'mixture'¶
- MOLECULE = 'molecule'¶
- RNA_OLIGO = 'rna_oligo'¶
- static of_unknown(val: str) DeprecatedEntitySchemaType¶
- class DeprecatedEntitySchemasList¶
Bases:
object- __init__(entity_schemas: Union[benchling_api_client.v2.types.Unset, List[DeprecatedEntitySchema]] = attr_dict['_entity_schemas'].default) None¶
Method generated by attrs for class DeprecatedEntitySchemasList.
- property entity_schemas: List[DeprecatedEntitySchema]¶
- class DnaAlignment¶
Bases:
object- __init__(aligned_sequences: Union[benchling_api_client.v2.types.Unset, List[AlignedSequence]] = attr_dict['_aligned_sequences'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, reference_sequence_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_reference_sequence_id'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class DnaAlignment.
- property aligned_sequences: List[AlignedSequence]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_alignment.T¶
- class DnaAlignmentBase¶
Bases:
object- __init__(algorithm: DnaAlignmentBaseAlgorithm, files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, benchling_api_client.v2.extensions.UnknownType]], name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DnaAlignmentBase.
- property algorithm: DnaAlignmentBaseAlgorithm¶
- property files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, benchling_api_client.v2.extensions.UnknownType]]¶
- class DnaAlignmentBaseAlgorithm¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CLUSTALO = 'clustalo'¶
- MAFFT = 'mafft'¶
- static of_unknown(val: str) DnaAlignmentBaseAlgorithm¶
- class DnaAlignmentBaseFilesItem¶
Bases:
object- __init__(sequence_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_sequence_id'].default) None¶
Method generated by attrs for class DnaAlignmentBaseFilesItem.
- class DnaAlignmentSummary¶
Bases:
object- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, reference_sequence_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_reference_sequence_id'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class DnaAlignmentSummary.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_alignment_summary.T¶
- class DnaAlignmentsPaginatedList¶
Bases:
object- __init__(dna_alignments: Union[benchling_api_client.v2.types.Unset, List[DnaAlignmentSummary]] = attr_dict['_dna_alignments'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class DnaAlignmentsPaginatedList.
- property dna_alignments: List[DnaAlignmentSummary]¶
- class DnaAnnotation¶
Bases:
object- __init__(color: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_color'].default, end: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_end'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, notes: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_notes'].default, start: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_start'].default, strand: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_strand'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class DnaAnnotation.
- class DnaConsensusAlignmentCreate¶
Bases:
object- __init__(algorithm: DnaAlignmentBaseAlgorithm, files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, benchling_api_client.v2.extensions.UnknownType]], new_sequence: Union[benchling_api_client.v2.types.Unset, DnaConsensusAlignmentCreateNewSequence] = attr_dict['_new_sequence'].default, sequence_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_sequence_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DnaConsensusAlignmentCreate.
- property algorithm: DnaAlignmentBaseAlgorithm¶
- property files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_consensus_alignment_create.T¶
- property new_sequence: DnaConsensusAlignmentCreateNewSequence¶
- class DnaConsensusAlignmentCreateNewSequence¶
Bases:
object- __init__(folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default) None¶
Method generated by attrs for class DnaConsensusAlignmentCreateNewSequence.
- class DnaOligo¶
Bases:
object- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, length: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_length'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, nucleotide_type: Union[benchling_api_client.v2.types.Unset, OligoNucleotideType] = attr_dict['_nucleotide_type'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class DnaOligo.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- property nucleotide_type: OligoNucleotideType¶
Nucleotide type of the Oligo.
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- class DnaOligoBulkUpdate¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class DnaOligoBulkUpdate.
- property custom_fields: CustomFields¶
- class DnaOligoCreate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class DnaOligoCreate.
- property custom_fields: CustomFields¶
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_oligo_create.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- class DnaOligoUpdate¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class DnaOligoUpdate.
- property custom_fields: CustomFields¶
- class DnaOligoWithEntityType¶
Bases:
object- __init__(entity_type: Union[benchling_api_client.v2.types.Unset, DnaOligoWithEntityTypeEntityType] = attr_dict['_entity_type'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, length: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_length'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, nucleotide_type: Union[benchling_api_client.v2.types.Unset, OligoNucleotideType] = attr_dict['_nucleotide_type'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class DnaOligoWithEntityType.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- property entity_type: DnaOligoWithEntityTypeEntityType¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_oligo_with_entity_type.T¶
- property nucleotide_type: OligoNucleotideType¶
Nucleotide type of the Oligo.
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- class DnaOligoWithEntityTypeEntityType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- DNA_OLIGO = 'dna_oligo'¶
- static of_unknown(val: str) DnaOligoWithEntityTypeEntityType¶
- class DnaOligosArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of DNA Oligos along with any IDs of batches that were archived / unarchived.
- __init__(batch_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_batch_ids'].default, dna_oligo_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_dna_oligo_ids'].default) None¶
Method generated by attrs for class DnaOligosArchivalChange.
- class DnaOligosArchive¶
Bases:
objectThe request body for archiving DNA Oligos.
- __init__(dna_oligo_ids: List[str], reason: EntityArchiveReason) None¶
Method generated by attrs for class DnaOligosArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_oligos_archive.T¶
- property reason: EntityArchiveReason¶
The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
- class DnaOligosBulkCreateRequest¶
Bases:
object- __init__(dna_oligos: Union[benchling_api_client.v2.types.Unset, List[DnaOligoCreate]] = attr_dict['_dna_oligos'].default) None¶
Method generated by attrs for class DnaOligosBulkCreateRequest.
- property dna_oligos: List[DnaOligoCreate]¶
- class DnaOligosBulkUpdateRequest¶
Bases:
object- __init__(dna_oligos: Union[benchling_api_client.v2.types.Unset, List[DnaOligoBulkUpdate]] = attr_dict['_dna_oligos'].default) None¶
Method generated by attrs for class DnaOligosBulkUpdateRequest.
- property dna_oligos: List[DnaOligoBulkUpdate]¶
- class DnaOligosPaginatedList¶
Bases:
object- __init__(dna_oligos: Union[benchling_api_client.v2.types.Unset, List[DnaOligo]] = attr_dict['_dna_oligos'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class DnaOligosPaginatedList.
- class DnaOligosUnarchive¶
Bases:
objectThe request body for unarchiving DNA Oligos.
- class DnaSequence¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, length: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_length'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class DnaSequence.
- property annotations: List[DnaAnnotation]¶
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence.T¶
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- property translations: List[Translation]¶
- class DnaSequenceBaseRequest¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default) None¶
Method generated by attrs for class DnaSequenceBaseRequest.
- property annotations: List[DnaAnnotation]¶
Annotations to create on the DNA sequence.
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence_base_request.T¶
- property translations: List[Translation]¶
Translations to create on the DNA sequence. Translations are specified by either a combination of ‘start’ and ‘end’ fields, or a list of regions. Both cannot be provided.
- class DnaSequenceBaseRequestForCreate¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default) None¶
Method generated by attrs for class DnaSequenceBaseRequestForCreate.
- property annotations: List[DnaAnnotation]¶
Annotations to create on the DNA sequence.
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence_base_request_for_create.T¶
- property translations: List[Translation]¶
Translations to create on the DNA sequence. Translations are specified by either a combination of ‘start’ and ‘end’ fields, or a list of regions. Both cannot be provided.
- class DnaSequenceBulkCreate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default) None¶
Method generated by attrs for class DnaSequenceBulkCreate.
- property annotations: List[DnaAnnotation]¶
Annotations to create on the DNA sequence.
- property custom_fields: CustomFields¶
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence_bulk_create.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- property translations: List[Translation]¶
Translations to create on the DNA sequence. Translations are specified by either a combination of ‘start’ and ‘end’ fields, or a list of regions. Both cannot be provided.
- class DnaSequenceBulkUpdate¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default) None¶
Method generated by attrs for class DnaSequenceBulkUpdate.
- property annotations: List[DnaAnnotation]¶
Annotations to create on the DNA sequence.
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence_bulk_update.T¶
- property translations: List[Translation]¶
Translations to create on the DNA sequence. Translations are specified by either a combination of ‘start’ and ‘end’ fields, or a list of regions. Both cannot be provided.
- class DnaSequenceCreate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, naming_strategy: Union[benchling_api_client.v2.types.Unset, NamingStrategy] = attr_dict['_naming_strategy'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default) None¶
Method generated by attrs for class DnaSequenceCreate.
- property annotations: List[DnaAnnotation]¶
Annotations to create on the DNA sequence.
- property custom_fields: CustomFields¶
- property entity_registry_id: str¶
Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence_create.T¶
- property naming_strategy: NamingStrategy¶
Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
- property registry_id: str¶
Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
Required in order for entities to be created directly in the registry.
- property translations: List[Translation]¶
Translations to create on the DNA sequence. Translations are specified by either a combination of ‘start’ and ‘end’ fields, or a list of regions. Both cannot be provided.
- class DnaSequenceRequestRegistryFields¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default) None¶
Method generated by attrs for class DnaSequenceRequestRegistryFields.
- class DnaSequenceSummary¶
Bases:
object- __init__(entity_type: Union[benchling_api_client.v2.types.Unset, DnaSequenceSummaryEntityType] = attr_dict['_entity_type'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class DnaSequenceSummary.
- property entity_type: DnaSequenceSummaryEntityType¶
- class DnaSequenceSummaryEntityType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- DNA_SEQUENCE = 'dna_sequence'¶
- static of_unknown(val: str) DnaSequenceSummaryEntityType¶
- class DnaSequenceUpdate¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entity_registry_id'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default) None¶
Method generated by attrs for class DnaSequenceUpdate.
- property annotations: List[DnaAnnotation]¶
Annotations to create on the DNA sequence.
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence_update.T¶
- property translations: List[Translation]¶
Translations to create on the DNA sequence. Translations are specified by either a combination of ‘start’ and ‘end’ fields, or a list of regions. Both cannot be provided.
- class DnaSequenceWithEntityType¶
Bases:
object- __init__(entity_type: Union[benchling_api_client.v2.types.Unset, DnaSequenceWithEntityTypeEntityType] = attr_dict['_entity_type'].default, aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.v2.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, bases: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_bases'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_circular: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_circular'].default, length: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_length'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.v2.types.Unset, List[Primer]] = attr_dict['_primers'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, translations: Union[benchling_api_client.v2.types.Unset, List[Translation]] = attr_dict['_translations'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class DnaSequenceWithEntityType.
- property annotations: List[DnaAnnotation]¶
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- property entity_type: DnaSequenceWithEntityTypeEntityType¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequence_with_entity_type.T¶
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- property translations: List[Translation]¶
- class DnaSequenceWithEntityTypeEntityType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- DNA_SEQUENCE = 'dna_sequence'¶
- static of_unknown(val: str) DnaSequenceWithEntityTypeEntityType¶
- class DnaSequencesArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of DNA sequences along with any IDs of batches that were archived / unarchived.
- __init__(batch_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_batch_ids'].default, dna_sequence_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_dna_sequence_ids'].default) None¶
Method generated by attrs for class DnaSequencesArchivalChange.
- class DnaSequencesArchive¶
Bases:
objectThe request body for archiving DNA sequences.
- __init__(dna_sequence_ids: List[str], reason: EntityArchiveReason) None¶
Method generated by attrs for class DnaSequencesArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dna_sequences_archive.T¶
- property reason: EntityArchiveReason¶
The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
- class DnaSequencesBulkCreateRequest¶
Bases:
object- __init__(dna_sequences: Union[benchling_api_client.v2.types.Unset, List[DnaSequenceBulkCreate]] = attr_dict['_dna_sequences'].default) None¶
Method generated by attrs for class DnaSequencesBulkCreateRequest.
- property dna_sequences: List[DnaSequenceBulkCreate]¶
- class DnaSequencesBulkGet¶
Bases:
object- __init__(dna_sequences: Union[benchling_api_client.v2.types.Unset, List[DnaSequence]] = attr_dict['_dna_sequences'].default) None¶
Method generated by attrs for class DnaSequencesBulkGet.
- property dna_sequences: List[DnaSequence]¶
- class DnaSequencesBulkUpdateRequest¶
Bases:
object- __init__(dna_sequences: Union[benchling_api_client.v2.types.Unset, List[DnaSequenceBulkUpdate]] = attr_dict['_dna_sequences'].default) None¶
Method generated by attrs for class DnaSequencesBulkUpdateRequest.
- property dna_sequences: List[DnaSequenceBulkUpdate]¶
- class DnaSequencesPaginatedList¶
Bases:
object- __init__(dna_sequences: Union[benchling_api_client.v2.types.Unset, List[DnaSequence]] = attr_dict['_dna_sequences'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class DnaSequencesPaginatedList.
- property dna_sequences: List[DnaSequence]¶
- class DnaSequencesUnarchive¶
Bases:
objectThe request body for unarchiving DNA sequences.
- __init__(dna_sequence_ids: List[str]) None¶
Method generated by attrs for class DnaSequencesUnarchive.
- class DnaTemplateAlignmentCreate¶
Bases:
object- __init__(template_sequence_id: str, algorithm: DnaAlignmentBaseAlgorithm, files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, benchling_api_client.v2.extensions.UnknownType]], name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DnaTemplateAlignmentCreate.
- property algorithm: DnaAlignmentBaseAlgorithm¶
- property files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, benchling_api_client.v2.extensions.UnknownType]]¶
- class DnaTemplateAlignmentFile¶
Bases:
object- __init__(data: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_data'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DnaTemplateAlignmentFile.
- class Dropdown¶
Bases:
objectDropdowns are registry-wide enums. Use dropdowns to standardize on spelling and naming conventions, especially for important metadata like resistance markers.
- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, options: Union[benchling_api_client.v2.types.Unset, List[DropdownOption]] = attr_dict['_options'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class Dropdown.
- property archive_record: Optional[ArchiveRecord]¶
- property options: List[DropdownOption]¶
Array of dropdown options
- class DropdownCreate¶
Bases:
object- __init__(name: str, options: List[DropdownOptionCreate], registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default) None¶
Method generated by attrs for class DropdownCreate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dropdown_create.T¶
- property options: List[DropdownOptionCreate]¶
Options to set for the dropdown
- class DropdownFieldDefinition¶
Bases:
object- __init__(dropdown_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_dropdown_id'].default, type: Union[benchling_api_client.v2.types.Unset, DropdownFieldDefinitionType] = attr_dict['_type'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_multi: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_multi'].default, is_required: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_required'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DropdownFieldDefinition.
- property archive_record: Optional[ArchiveRecord]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dropdown_field_definition.T¶
- property type: DropdownFieldDefinitionType¶
- class DropdownFieldDefinitionType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- DROPDOWN = 'dropdown'¶
- static of_unknown(val: str) DropdownFieldDefinitionType¶
- class DropdownOption¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DropdownOption.
- property archive_record: Optional[ArchiveRecord]¶
- class DropdownOptionCreate¶
Bases:
object
- class DropdownOptionUpdate¶
Bases:
object- __init__(name: str, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default) None¶
Method generated by attrs for class DropdownOptionUpdate.
- class DropdownOptionsArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived.
- __init__(dropdown_option_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_dropdown_option_ids'].default) None¶
Method generated by attrs for class DropdownOptionsArchivalChange.
- class DropdownOptionsArchive¶
Bases:
object- __init__(dropdown_option_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_dropdown_option_ids'].default, reason: Union[benchling_api_client.v2.types.Unset, DropdownOptionsArchiveReason] = attr_dict['_reason'].default) None¶
Method generated by attrs for class DropdownOptionsArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dropdown_options_archive.T¶
- property reason: DropdownOptionsArchiveReason¶
Reason that dropdown options are being archived.
- class DropdownOptionsArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MADE_IN_ERROR = 'Made in error'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- static of_unknown(val: str) DropdownOptionsArchiveReason¶
- class DropdownOptionsUnarchive¶
Bases:
object- __init__(dropdown_option_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_dropdown_option_ids'].default) None¶
Method generated by attrs for class DropdownOptionsUnarchive.
- class DropdownSummariesPaginatedList¶
Bases:
object- __init__(dropdowns: Union[benchling_api_client.v2.types.Unset, List[DropdownSummary]] = attr_dict['_dropdowns'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class DropdownSummariesPaginatedList.
- property dropdowns: List[DropdownSummary]¶
- class DropdownSummary¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class DropdownSummary.
- class DropdownUpdate¶
Bases:
object- __init__(options: List[DropdownOptionUpdate]) None¶
Method generated by attrs for class DropdownUpdate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.dropdown_update.T¶
- property options: List[DropdownOptionUpdate]¶
Options to set for the dropdown
- class DropdownsRegistryList¶
Bases:
object- __init__(dropdowns: Union[benchling_api_client.v2.types.Unset, List[DropdownSummary]] = attr_dict['_dropdowns'].default) None¶
Method generated by attrs for class DropdownsRegistryList.
- property dropdowns: List[DropdownSummary]¶
- class EmptyObject¶
Bases:
object
- class EntityArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CONTAMINATED = 'Contaminated'¶
- EXPENDED = 'Expended'¶
- EXPIRED = 'Expired'¶
- MADE_IN_ERROR = 'Made in error'¶
- MISSING = 'Missing'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- SHIPPED = 'Shipped'¶
- static of_unknown(val: str) EntityArchiveReason¶
- class EntityLabels¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class EntityLabels.
- class EntityOrInaccessibleResource¶
Bases:
object
- class EntityRegisteredEvent¶
Bases:
object- __init__(entity: Union[benchling_api_client.v2.types.Unset, GenericEntity] = attr_dict['_entity'].default, event_type: Union[benchling_api_client.v2.types.Unset, EntityRegisteredEventEventType] = attr_dict['_event_type'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class EntityRegisteredEvent.
- property entity: GenericEntity¶
- property event_type: EntityRegisteredEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entity_registered_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class EntityRegisteredEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_ENTITYREGISTERED = 'v2.entity.registered'¶
- static of_unknown(val: str) EntityRegisteredEventEventType¶
- class EntitySchema¶
Bases:
object- __init__(constraint: Union[benchling_api_client.v2.types.Unset, None, EntitySchemaConstraint] = attr_dict['_constraint'].default, containable_type: Union[benchling_api_client.v2.types.Unset, EntitySchemaContainableType] = attr_dict['_containable_type'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, type: Union[benchling_api_client.v2.types.Unset, EntitySchemaType] = attr_dict['_type'].default, prefix: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_prefix'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class EntitySchema.
- property archive_record: Optional[ArchiveRecord]¶
- property constraint: Optional[EntitySchemaConstraint]¶
- property containable_type: EntitySchemaContainableType¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entity_schema.T¶
- property type: EntitySchemaType¶
- class EntitySchemaConstraint¶
Bases:
object- __init__(field_definition_names: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_field_definition_names'].default, has_unique_residues: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_has_unique_residues'].default) None¶
Method generated by attrs for class EntitySchemaConstraint.
- class EntitySchemaContainableType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- BATCH = 'BATCH'¶
- ENTITY = 'ENTITY'¶
- NONE = 'NONE'¶
- static of_unknown(val: str) EntitySchemaContainableType¶
- class EntitySchemaType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AA_SEQUENCE = 'aa_sequence'¶
- CUSTOM_ENTITY = 'custom_entity'¶
- DNA_OLIGO = 'dna_oligo'¶
- DNA_SEQUENCE = 'dna_sequence'¶
- MIXTURE = 'mixture'¶
- MOLECULE = 'molecule'¶
- RNA_OLIGO = 'rna_oligo'¶
- static of_unknown(val: str) EntitySchemaType¶
- class EntitySchemasPaginatedList¶
Bases:
object- __init__(entity_schemas: Union[benchling_api_client.v2.types.Unset, List[EntitySchema]] = attr_dict['_entity_schemas'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class EntitySchemasPaginatedList.
- property entity_schemas: List[EntitySchema]¶
- class Entries¶
Bases:
object
- class EntriesArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of entries that changed..
- __init__(entry_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_entry_ids'].default) None¶
Method generated by attrs for class EntriesArchivalChange.
- class EntriesArchive¶
Bases:
object- __init__(entry_ids: List[str], reason: EntriesArchiveReason) None¶
Method generated by attrs for class EntriesArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entries_archive.T¶
- property reason: EntriesArchiveReason¶
Reason that entries are being archived. One of [“Made in error”, “Retired”, “Other”].
- class EntriesArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MADE_IN_ERROR = 'Made in error'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- static of_unknown(val: str) EntriesArchiveReason¶
- class EntriesPaginatedList¶
Bases:
object- __init__(entries: Union[benchling_api_client.v2.types.Unset, List[Entry]] = attr_dict['_entries'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class EntriesPaginatedList.
- class EntriesUnarchive¶
Bases:
object
- class Entry¶
Bases:
objectEntries are notes that users can take. They’re organized by “days” (which are user-configurable) and modeled within each day as a list of “notes.” Each note has a type - the simplest is a “text” type, but lists, tables, and external files are also supported.
Note: the current Entry resource has a few limitations: - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented. - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, assigned_reviewers: Union[benchling_api_client.v2.types.Unset, List[UserSummary]] = attr_dict['_assigned_reviewers'].default, authors: Union[benchling_api_client.v2.types.Unset, List[UserSummary]] = attr_dict['_authors'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, days: Union[benchling_api_client.v2.types.Unset, List[EntryDay]] = attr_dict['_days'].default, display_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_display_id'].default, entry_template_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entry_template_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, review_record: Union[benchling_api_client.v2.types.Unset, None, EntryReviewRecord] = attr_dict['_review_record'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EntrySchema] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class Entry.
- property archive_record: Optional[ArchiveRecord]¶
- property assigned_reviewers: List[UserSummary]¶
Array of users assigned to review the entry, if any.
- property authors: List[UserSummary]¶
Array of UserSummary Resources of the authors of the entry. This defaults to the creator but can be manually changed.
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- property days: List[EntryDay]¶
Array of day objects. Each day object has a date field (string) and notes field (array of notes, expand further for details on note types).
- property review_record: Optional[EntryReviewRecord]¶
Review record if set
- property schema: Optional[EntrySchema]¶
Entry schema
- class EntryById¶
Bases:
object- __init__(entry: Union[benchling_api_client.v2.types.Unset, Entry] = attr_dict['_entry'].default) None¶
Method generated by attrs for class EntryById.
- property entry: Entry¶
Entries are notes that users can take. They’re organized by “days” (which are user-configurable) and modeled within each day as a list of “notes.” Each note has a type - the simplest is a “text” type, but lists, tables, and external files are also supported.
Note: the current Entry resource has a few limitations: - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented. - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
- class EntryCreate¶
Bases:
object- __init__(folder_id: str, name: str, author_ids: Union[benchling_api_client.v2.types.Unset, str, List[str], benchling_api_client.v2.extensions.UnknownType] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entry_template_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_entry_template_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, initial_tables: Union[benchling_api_client.v2.types.Unset, List[InitialTable]] = attr_dict['_initial_tables'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class EntryCreate.
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_create.T¶
- property initial_tables: List[InitialTable]¶
An array of table API IDs and blob id pairs to seed tables from the template while creating the entry. The entryTemplateId parameter must be set to use this parameter. The table API IDs should be the API Identifiers of the tables in the given template. - If a template table has one row, the values in that row act as default values for cloned entries. - If a template table has multiple rows, there is no default value and those rows are added to the cloned entry along with the provided csv data. - If a table has default values, they will be populated in any respective undefined columns in the csv data. - If a table has no default values, undefined columns from csv data will be empty. - If no csv data is provided for a table, the table in the entry will be populated with whatever values are in the respective template table.
- class EntryCreatedEvent¶
Bases:
object- __init__(entry: Union[benchling_api_client.v2.types.Unset, Entry] = attr_dict['_entry'].default, event_type: Union[benchling_api_client.v2.types.Unset, EntryCreatedEventEventType] = attr_dict['_event_type'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class EntryCreatedEvent.
- property entry: Entry¶
Entries are notes that users can take. They’re organized by “days” (which are user-configurable) and modeled within each day as a list of “notes.” Each note has a type - the simplest is a “text” type, but lists, tables, and external files are also supported.
Note: the current Entry resource has a few limitations: - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented. - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
- property event_type: EntryCreatedEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_created_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class EntryCreatedEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_ENTRYCREATED = 'v2.entry.created'¶
- static of_unknown(val: str) EntryCreatedEventEventType¶
- class EntryDay¶
Bases:
object- __init__(date: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_date'].default, notes: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleNotePart, TableNotePart, CheckboxNotePart, ExternalFileNotePart, AssayRunNotePart, ResultsTableNotePart, RegistrationTableNotePart, PlateCreationTableNotePart, BoxCreationTableNotePart, MixturePrepTableNotePart, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_notes'].default) None¶
Method generated by attrs for class EntryDay.
- property notes: List[Union[SimpleNotePart, TableNotePart, CheckboxNotePart, ExternalFileNotePart, AssayRunNotePart, ResultsTableNotePart, RegistrationTableNotePart, PlateCreationTableNotePart, BoxCreationTableNotePart, MixturePrepTableNotePart, benchling_api_client.v2.extensions.UnknownType]]¶
- class EntryExternalFile¶
Bases:
objectThe ExternalFile resource stores metadata about the file. The actual original file can be downloaded by using the ‘downloadURL’ property.
- __init__(download_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_download_url'].default, expires_at: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_expires_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, size: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_size'].default) None¶
Method generated by attrs for class EntryExternalFile.
- class EntryExternalFileById¶
Bases:
object- __init__(external_file: Union[benchling_api_client.v2.types.Unset, EntryExternalFile] = attr_dict['_external_file'].default) None¶
Method generated by attrs for class EntryExternalFileById.
- property external_file: EntryExternalFile¶
The ExternalFile resource stores metadata about the file. The actual original file can be downloaded by using the ‘downloadURL’ property.
- class EntryLink¶
Bases:
objectLinks are contained within notes to reference resources that live outside of the entry. A link can target an external resource via an http(s):// hyperlink or a Benchling resource via @-mentions and drag-n-drop.
- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, type: Union[benchling_api_client.v2.types.Unset, EntryLinkType] = attr_dict['_type'].default, web_url: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class EntryLink.
- property id: str¶
For linked Benchling resources, this will be the ID of that resource (e.g., ‘seq_RhYGVnHF’). Omitted for “link” types.
- property type: EntryLinkType¶
The type of resource being linked. For hyperlinks: ‘link’. For linked Benchling resources, one of: ‘user’, ‘request’, ‘entry’, ‘stage_entry’, ‘protocol’, ‘workflow’, ‘custom_entity’, ‘aa_sequence’, ‘dna_sequence’, ‘batch’, ‘box’, ‘container’, ‘location’, ‘plate’.
- class EntryLinkType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AA_SEQUENCE = 'aa_sequence'¶
- BATCH = 'batch'¶
- BOX = 'box'¶
- CONTAINER = 'container'¶
- CUSTOM_ENTITY = 'custom_entity'¶
- DNA_SEQUENCE = 'dna_sequence'¶
- ENTRY = 'entry'¶
- LINK = 'link'¶
- LOCATION = 'location'¶
- PLATE = 'plate'¶
- PROTOCOL = 'protocol'¶
- REQUEST = 'request'¶
- STAGE_ENTRY = 'stage_entry'¶
- USER = 'user'¶
- WORKFLOW = 'workflow'¶
- static of_unknown(val: str) EntryLinkType¶
- class EntryReviewRecord¶
Bases:
objectReview record if set
- class EntrySchema¶
Bases:
objectEntry schema
- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class EntrySchema.
- class EntrySchemaDetailed¶
Bases:
object- __init__(type: Union[benchling_api_client.v2.types.Unset, EntrySchemaDetailedType] = attr_dict['_type'].default, prefix: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_prefix'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class EntrySchemaDetailed.
- property archive_record: Optional[ArchiveRecord]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_schema_detailed.T¶
- property type: EntrySchemaDetailedType¶
- class EntrySchemaDetailedType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ENTRY = 'entry'¶
- static of_unknown(val: str) EntrySchemaDetailedType¶
- class EntrySchemasPaginatedList¶
Bases:
object- __init__(entry_schemas: Union[benchling_api_client.v2.types.Unset, List[EntrySchemaDetailed]] = attr_dict['_entry_schemas'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class EntrySchemasPaginatedList.
- property entry_schemas: List[EntrySchemaDetailed]¶
- class EntryTable¶
Bases:
objectActual tabular data with rows and columns of text on the note.
- __init__(column_labels: Union[benchling_api_client.v2.types.Unset, List[Optional[str]]] = attr_dict['_column_labels'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, rows: Union[benchling_api_client.v2.types.Unset, List[EntryTableRow]] = attr_dict['_rows'].default) None¶
Method generated by attrs for class EntryTable.
- property column_labels: List[Optional[str]]¶
Array of strings, with one item per column. Defaults to null, if the user is using the default, but is set if the user has given a custom name to the column.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_table.T¶
- property rows: List[EntryTableRow]¶
Array of row objects.
- class EntryTableCell¶
Bases:
object- __init__(link: Union[benchling_api_client.v2.types.Unset, EntryLink] = attr_dict['_link'].default, text: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_text'].default) None¶
Method generated by attrs for class EntryTableCell.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_table_cell.T¶
- property link: EntryLink¶
Links are contained within notes to reference resources that live outside of the entry. A link can target an external resource via an http(s):// hyperlink or a Benchling resource via @-mentions and drag-n-drop.
- class EntryTableRow¶
Bases:
objectEach has property ‘cells’ that is an array of cell objects
- __init__(cells: Union[benchling_api_client.v2.types.Unset, List[EntryTableCell]] = attr_dict['_cells'].default) None¶
Method generated by attrs for class EntryTableRow.
- property cells: List[EntryTableCell]¶
- class EntryTemplate¶
Bases:
objectEntry templates are templates that users can base new notebook entries off of.
- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, days: Union[benchling_api_client.v2.types.Unset, List[EntryTemplateDay]] = attr_dict['_days'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EntrySchema] = attr_dict['_schema'].default, template_collection_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_template_collection_id'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class EntryTemplate.
- property creator: UserSummary¶
- property custom_fields: CustomFields¶
- property days: List[EntryTemplateDay]¶
Array of day objects. Each day object has a day index (integer) and notes field (array of notes, expand further for details on note types).
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_template.T¶
- property schema: Optional[EntrySchema]¶
Entry schema
- class EntryTemplateDay¶
Bases:
object- __init__(day: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_day'].default, notes: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleNotePart, TableNotePart, CheckboxNotePart, ExternalFileNotePart, AssayRunNotePart, LookupTableNotePart, ResultsTableNotePart, RegistrationTableNotePart, PlateCreationTableNotePart, BoxCreationTableNotePart, MixturePrepTableNotePart, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_notes'].default) None¶
Method generated by attrs for class EntryTemplateDay.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_template_day.T¶
- property notes: List[Union[SimpleNotePart, TableNotePart, CheckboxNotePart, ExternalFileNotePart, AssayRunNotePart, LookupTableNotePart, ResultsTableNotePart, RegistrationTableNotePart, PlateCreationTableNotePart, BoxCreationTableNotePart, MixturePrepTableNotePart, benchling_api_client.v2.extensions.UnknownType]]¶
- class EntryTemplatesPaginatedList¶
Bases:
object- __init__(entry_templates: Union[benchling_api_client.v2.types.Unset, List[EntryTemplate]] = attr_dict['_entry_templates'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class EntryTemplatesPaginatedList.
- property entry_templates: List[EntryTemplate]¶
- class EntryUpdate¶
Bases:
object- __init__(author_ids: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_author_ids'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_schema_id'].default) None¶
Method generated by attrs for class EntryUpdate.
- class EntryUpdatedFieldsEvent¶
Bases:
object- __init__(entry: Union[benchling_api_client.v2.types.Unset, Entry] = attr_dict['_entry'].default, event_type: Union[benchling_api_client.v2.types.Unset, EntryUpdatedFieldsEventEventType] = attr_dict['_event_type'].default, updates: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_updates'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class EntryUpdatedFieldsEvent.
- property entry: Entry¶
Entries are notes that users can take. They’re organized by “days” (which are user-configurable) and modeled within each day as a list of “notes.” Each note has a type - the simplest is a “text” type, but lists, tables, and external files are also supported.
Note: the current Entry resource has a few limitations: - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented. - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
- property event_type: EntryUpdatedFieldsEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_updated_fields_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class EntryUpdatedFieldsEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_ENTRYUPDATEDFIELDS = 'v2.entry.updated.fields'¶
- static of_unknown(val: str) EntryUpdatedFieldsEventEventType¶
- class EntryUpdatedReviewRecordEvent¶
Bases:
object- __init__(entry: Union[benchling_api_client.v2.types.Unset, Entry] = attr_dict['_entry'].default, event_type: Union[benchling_api_client.v2.types.Unset, EntryUpdatedReviewRecordEventEventType] = attr_dict['_event_type'].default, updates: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_updates'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class EntryUpdatedReviewRecordEvent.
- property entry: Entry¶
Entries are notes that users can take. They’re organized by “days” (which are user-configurable) and modeled within each day as a list of “notes.” Each note has a type - the simplest is a “text” type, but lists, tables, and external files are also supported.
Note: the current Entry resource has a few limitations: - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented. - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
- property event_type: EntryUpdatedReviewRecordEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.entry_updated_review_record_event.T¶
- property schema: Optional[EventBaseSchema]¶
- class EntryUpdatedReviewRecordEventEventType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- V2_ENTRYUPDATEDREVIEWRECORD = 'v2.entry.updated.reviewRecord'¶
- static of_unknown(val: str) EntryUpdatedReviewRecordEventEventType¶
- class EventBase¶
Bases:
object- __init__(created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None¶
Method generated by attrs for class EventBase.
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- property schema: Optional[EventBaseSchema]¶
- class EventBaseSchema¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class EventBaseSchema.
- class EventsPaginatedList¶
Bases:
object- __init__(events: Union[benchling_api_client.v2.types.Unset, List[Event]] = attr_dict['_events'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class EventsPaginatedList.
- class ExecuteSampleGroups¶
Bases:
objectThe response is intentionally empty.
- class ExportItemRequest¶
Bases:
object
- class ExportsAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, ExportsAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class ExportsAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.exports_async_task.T¶
- property response: ExportsAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class ExportsAsyncTaskResponse¶
Bases:
object- __init__(download_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_download_url'].default) None¶
Method generated by attrs for class ExportsAsyncTaskResponse.
- class ExternalFileNotePart¶
Bases:
objectAn attached user-uploaded file
- __init__(external_file_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_external_file_id'].default, links: Union[benchling_api_client.v2.types.Unset, List[EntryLink]] = attr_dict['_links'].default, text: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_text'].default, type: Union[benchling_api_client.v2.types.Unset, ExternalFileNotePartType] = attr_dict['_type'].default, indentation: Union[benchling_api_client.v2.types.Unset, int] = attr_dict['_indentation'].default) None¶
Method generated by attrs for class ExternalFileNotePart.
- property external_file_id: str¶
The ID of the external file. Use the ‘Get an external file’ endpoint to retrieve metadata about it.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.external_file_note_part.T¶
- property indentation: int¶
All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
- property links: List[EntryLink]¶
Array of links referenced in the caption via an @-mention, hyperlink, or the drag-n-dropped preview attached to the note.
- property type: ExternalFileNotePartType¶
- class ExternalFileNotePartType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- EXTERNAL_FILE = 'external_file'¶
- static of_unknown(val: str) ExternalFileNotePartType¶
- class Feature¶
Bases:
objectA feature from a feature library
- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, match_type: Union[benchling_api_client.v2.types.Unset, FeatureMatchType] = attr_dict['_match_type'].default, color: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_color'].default, feature_library_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_feature_library_id'].default, feature_type: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_feature_type'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, pattern: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_pattern'].default) None¶
Method generated by attrs for class Feature.
- property color: str¶
The color of the annotations generated by the feature. Must be a valid hex string
- property feature_type: Optional[str]¶
The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
- property match_type: FeatureMatchType¶
The match type of the feature. Used to determine how auto-annotate matches are made.
- class FeatureBase¶
Bases:
object- __init__(color: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_color'].default, feature_library_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_feature_library_id'].default, feature_type: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_feature_type'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, pattern: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_pattern'].default) None¶
Method generated by attrs for class FeatureBase.
- property color: str¶
The color of the annotations generated by the feature. Must be a valid hex string
- property feature_type: Optional[str]¶
The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
- class FeatureBulkCreate¶
Bases:
object- __init__(match_type: Union[benchling_api_client.v2.types.Unset, FeatureCreateMatchType] = attr_dict['_match_type'].default, color: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_color'].default, feature_library_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_feature_library_id'].default, feature_type: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_feature_type'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, pattern: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_pattern'].default) None¶
Method generated by attrs for class FeatureBulkCreate.
- property color: str¶
The color of the annotations generated by the feature. Must be a valid hex string
- property feature_type: Optional[str]¶
The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.feature_bulk_create.T¶
- property match_type: FeatureCreateMatchType¶
The match type of the feature. Used to determine how auto-annotate matches are made.
- class FeatureCreate¶
Bases:
objectInputs for a new feature
- __init__(match_type: FeatureCreateMatchType, color: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_color'].default, feature_library_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_feature_library_id'].default, feature_type: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_feature_type'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, pattern: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_pattern'].default) None¶
Method generated by attrs for class FeatureCreate.
- property color: str¶
The color of the annotations generated by the feature. Must be a valid hex string
- property feature_type: Optional[str]¶
The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.feature_create.T¶
- property match_type: FeatureCreateMatchType¶
The match type of the feature. Used to determine how auto-annotate matches are made.
- class FeatureCreateMatchType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- NUCLEOTIDE = 'nucleotide'¶
- PROTEIN = 'protein'¶
- static of_unknown(val: str) FeatureCreateMatchType¶
- class FeatureLibrariesPaginatedList¶
Bases:
objectA paginated list of feature libraries
- __init__(feature_libraries: Union[benchling_api_client.v2.types.Unset, List[FeatureLibrary]] = attr_dict['_feature_libraries'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class FeatureLibrariesPaginatedList.
- property feature_libraries: List[FeatureLibrary]¶
- class FeatureLibrary¶
Bases:
objectA feature library
- __init__(created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, owner: Union[benchling_api_client.v2.types.Unset, Organization, UserSummary, benchling_api_client.v2.extensions.UnknownType] = attr_dict['_owner'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default, description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class FeatureLibrary.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.feature_library.T¶
- property owner: Union[Organization, UserSummary, benchling_api_client.v2.extensions.UnknownType]¶
- class FeatureLibraryBase¶
Bases:
object- __init__(description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class FeatureLibraryBase.
- class FeatureLibraryCreate¶
Bases:
objectInputs for creating a feature library
- __init__(organization_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_organization_id'].default, description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class FeatureLibraryCreate.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.feature_library_create.T¶
- class FeatureLibraryUpdate¶
Bases:
objectInputs for updating a feature library
- __init__(description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class FeatureLibraryUpdate.
- class FeatureMatchType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- NUCLEOTIDE = 'nucleotide'¶
- PROTEIN = 'protein'¶
- static of_unknown(val: str) FeatureMatchType¶
- class FeatureUpdate¶
Bases:
objectInputs for updating a feature
- __init__(color: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_color'].default, feature_library_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_feature_library_id'].default, feature_type: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_feature_type'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, pattern: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_pattern'].default) None¶
Method generated by attrs for class FeatureUpdate.
- property color: str¶
The color of the annotations generated by the feature. Must be a valid hex string
- property feature_type: Optional[str]¶
The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
- class FeaturesBulkCreateRequest¶
Bases:
objectInputs for bulk creating a new feature
- __init__(features: Union[benchling_api_client.v2.types.Unset, List[FeatureBulkCreate]] = attr_dict['_features'].default) None¶
Method generated by attrs for class FeaturesBulkCreateRequest.
- property features: List[FeatureBulkCreate]¶
- class FeaturesPaginatedList¶
Bases:
objectA paginated list of features
- __init__(features: Union[benchling_api_client.v2.types.Unset, List[Feature]] = attr_dict['_features'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class FeaturesPaginatedList.
- class Field¶
Bases:
object- __init__(value: Union[None, str, bool, float, FieldValue, List[str], benchling_api_client.v2.extensions.UnknownType], display_value: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_display_value'].default, is_multi: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_multi'].default, text_value: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_text_value'].default, type: Union[benchling_api_client.v2.types.Unset, FieldType] = attr_dict['_type'].default) None¶
Method generated by attrs for class Field.
- property value: Optional[Union[str, bool, float, FieldValue, List[str], benchling_api_client.v2.extensions.UnknownType]]¶
For single link fields, use the id of the item you want to link (eg. “seq_jdf8BV24”). For multi-link fields, use an array of ids of the items you want to link (eg. [“seq_jdf8BV24”])
- class FieldDefinition¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_multi: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_multi'].default, is_required: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_required'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, type: Union[benchling_api_client.v2.types.Unset, FieldType] = attr_dict['_type'].default) None¶
Method generated by attrs for class FieldDefinition.
- property archive_record: Optional[ArchiveRecord]¶
- class FieldType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AA_SEQUENCE_LINK = 'aa_sequence_link'¶
- ASSAY_REQUEST_LINK = 'assay_request_link'¶
- ASSAY_RESULT_LINK = 'assay_result_link'¶
- ASSAY_RUN_LINK = 'assay_run_link'¶
- BATCH_LINK = 'batch_link'¶
- BLOB_LINK = 'blob_link'¶
- BOOLEAN = 'boolean'¶
- CUSTOM_ENTITY_LINK = 'custom_entity_link'¶
- DATE = 'date'¶
- DATETIME = 'datetime'¶
- DNA_SEQUENCE_LINK = 'dna_sequence_link'¶
- DROPDOWN = 'dropdown'¶
- ENTITY_LINK = 'entity_link'¶
- ENTRY_LINK = 'entry_link'¶
- FLOAT = 'float'¶
- INTEGER = 'integer'¶
- JSON = 'json'¶
- LONG_TEXT = 'long_text'¶
- MIXTURE_LINK = 'mixture_link'¶
- PART_LINK = 'part_link'¶
- STORAGE_LINK = 'storage_link'¶
- TEXT = 'text'¶
- TRANSLATION_LINK = 'translation_link'¶
- class FieldValue¶
Bases:
object
- class FindMatchingRegionsAsyncTask¶
Bases:
object- __init__(status: AsyncTaskStatus, response: Union[benchling_api_client.v2.types.Unset, FindMatchingRegionsAsyncTaskResponse] = attr_dict['_response'].default, errors: Union[benchling_api_client.v2.types.Unset, AsyncTaskErrors] = attr_dict['_errors'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class FindMatchingRegionsAsyncTask.
- property errors: AsyncTaskErrors¶
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.find_matching_regions_async_task.T¶
- property response: FindMatchingRegionsAsyncTaskResponse¶
- property status: AsyncTaskStatus¶
The current state of the task.
- class FindMatchingRegionsAsyncTaskResponse¶
Bases:
object- __init__(aa_sequence_matches: Union[benchling_api_client.v2.types.Unset, List[FindMatchingRegionsAsyncTaskResponseAaSequenceMatchesItem]] = attr_dict['_aa_sequence_matches'].default) None¶
Method generated by attrs for class FindMatchingRegionsAsyncTaskResponse.
- property aa_sequence_matches: List[FindMatchingRegionsAsyncTaskResponseAaSequenceMatchesItem]¶
- class FindMatchingRegionsAsyncTaskResponseAaSequenceMatchesItem¶
Bases:
object- __init__(matching_aa_sequence_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_matching_aa_sequence_ids'].default, target_aa_sequence_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_target_aa_sequence_id'].default) None¶
Method generated by attrs for class FindMatchingRegionsAsyncTaskResponseAaSequenceMatchesItem.
- class FloatFieldDefinition¶
Bases:
object- __init__(decimal_precision: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_decimal_precision'].default, legal_text_dropdown_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_legal_text_dropdown_id'].default, numeric_max: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_numeric_max'].default, numeric_min: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_numeric_min'].default, type: Union[benchling_api_client.v2.types.Unset, FloatFieldDefinitionType] = attr_dict['_type'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_multi: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_multi'].default, is_required: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_required'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class FloatFieldDefinition.
- property archive_record: Optional[ArchiveRecord]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.float_field_definition.T¶
- property type: FloatFieldDefinitionType¶
- class FloatFieldDefinitionType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- FLOAT = 'float'¶
- static of_unknown(val: str) FloatFieldDefinitionType¶
- class Folder¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_folder_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_parent_folder_id'].default, project_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_project_id'].default) None¶
Method generated by attrs for class Folder.
- property archive_record: Optional[ArchiveRecord]¶
- class FolderCreate¶
Bases:
object
- class FoldersArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of folders along with any IDs of folder contents that were unarchived.
- __init__(aa_sequence_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aa_sequence_ids'].default, custom_entity_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_custom_entity_ids'].default, dna_sequence_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_dna_sequence_ids'].default, entry_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_entry_ids'].default, folder_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_folder_ids'].default, mixture_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_mixture_ids'].default, oligo_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_oligo_ids'].default, protocol_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_protocol_ids'].default) None¶
Method generated by attrs for class FoldersArchivalChange.
- class FoldersArchive¶
Bases:
object- __init__(folder_ids: List[str], reason: FoldersArchiveReason) None¶
Method generated by attrs for class FoldersArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.folders_archive.T¶
- property reason: FoldersArchiveReason¶
The reason for archiving the provided folders. Accepted reasons may differ based on tenant configuration.
- class FoldersArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MADE_IN_ERROR = 'Made in error'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- static of_unknown(val: str) FoldersArchiveReason¶
- class FoldersPaginatedList¶
Bases:
object- __init__(folders: Union[benchling_api_client.v2.types.Unset, List[Folder]] = attr_dict['_folders'].default, next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default) None¶
Method generated by attrs for class FoldersPaginatedList.
- class FoldersUnarchive¶
Bases:
object
- class ForbiddenError¶
Bases:
object- __init__(error: Union[benchling_api_client.v2.types.Unset, ForbiddenErrorError] = attr_dict['_error'].default) None¶
Method generated by attrs for class ForbiddenError.
- property error: ForbiddenErrorError¶
- class ForbiddenErrorError¶
Bases:
object- __init__(invalid_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_invalid_id'].default, message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default, user_message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_user_message'].default) None¶
Method generated by attrs for class ForbiddenErrorError.
- class GenericEntity¶
Bases:
object- __init__(aliases: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_aliases'].default, api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, authors: Union[benchling_api_client.v2.types.Unset, List[UserSummary]] = attr_dict['_authors'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, GenericEntityCreator] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.v2.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_folder_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, registration_origin: Union[benchling_api_client.v2.types.Unset, None, RegistrationOrigin] = attr_dict['_registration_origin'].default, registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_registry_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class GenericEntity.
- property archive_record: Optional[ArchiveRecord]¶
- property authors: List[UserSummary]¶
Array of UserSummary Resources of the authors of the entry. This defaults to the creator but can be manually changed.
- property creator: GenericEntityCreator¶
- property custom_fields: CustomFields¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.generic_entity.T¶
- property registration_origin: Optional[RegistrationOrigin]¶
- property schema: Optional[SchemaSummary]¶
- class GenericEntityCreator¶
Bases:
object- __init__(handle: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_handle'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class GenericEntityCreator.
- class InaccessibleResource¶
Bases:
object- __init__(inaccessible_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_inaccessible_id'].default, type: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_type'].default) None¶
Method generated by attrs for class InaccessibleResource.
- class Ingredient¶
Bases:
object- __init__(amount: Union[benchling_api_client.v2.types.Unset, None, IngredientAmount] = attr_dict['_amount'].default, catalog_identifier: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_catalog_identifier'].default, component_entity: Union[benchling_api_client.v2.types.Unset, IngredientComponentEntity] = attr_dict['_component_entity'].default, component_lot_container: Union[benchling_api_client.v2.types.Unset, None, ContainerLabels] = attr_dict['_component_lot_container'].default, component_lot_entity: Union[benchling_api_client.v2.types.Unset, None, EntityLabels] = attr_dict['_component_lot_entity'].default, component_lot_text: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_component_lot_text'].default, has_parent: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_has_parent'].default, notes: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_notes'].default, target_amount: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_target_amount'].default, units: Union[benchling_api_client.v2.types.Unset, IngredientMeasurementUnits] = attr_dict['_units'].default) None¶
Method generated by attrs for class Ingredient.
- property amount: Optional[IngredientAmount]¶
The amount value of this ingredient in its mixture, in string format (to preserve full precision). Pair with units. Supports scientific notation (1.23e4). One ingredient on this mixture can have an amount value of “QS”.
- property component_entity: IngredientComponentEntity¶
- property component_lot_container: Optional[ContainerLabels]¶
- property component_lot_entity: Optional[EntityLabels]¶
- property component_lot_text: Optional[str]¶
Text representing the component lot for this ingredient. This is only present if the mixture schema supports component lots in “text” format.
- property target_amount: Optional[str]¶
The target amount for this ingredient such that this ingredient’s proportion in its mixture would preserve the equivalent ingredient’s proportion in the parent mixture. Pair with units.
- property units: IngredientMeasurementUnits¶
- class IngredientAmount¶
Bases:
objectThe amount value of this ingredient in its mixture, in string format (to preserve full precision). Pair with units. Supports scientific notation (1.23e4). One ingredient on this mixture can have an amount value of “QS”.
- class IngredientComponentEntity¶
Bases:
object- __init__(entity_registry_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_entity_registry_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class IngredientComponentEntity.
- class IngredientMeasurementUnits¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- G = 'g'¶
- L = 'L'¶
- MG = 'mg'¶
- ML = 'mL'¶
- NL = 'nL'¶
- UL = 'uL'¶
- UNITS = 'Units'¶
- static of_unknown(val: str) IngredientMeasurementUnits¶
- class IngredientWriteParams¶
Bases:
object- __init__(amount: IngredientAmount, component_entity_id: str, units: IngredientMeasurementUnits, catalog_identifier: Optional[str], component_lot_container_id: Optional[str], component_lot_entity_id: Optional[str], component_lot_text: Optional[str], notes: Optional[str]) None¶
Method generated by attrs for class IngredientWriteParams.
- property amount: IngredientAmount¶
The amount value of this ingredient in its mixture, in string format (to preserve full precision). Pair with units. Supports scientific notation (1.23e4). One ingredient on this mixture can have an amount value of “QS”.
- property component_lot_container_id: Optional[str]¶
The container representing the component lot for this ingredient. This is only writable if the mixture schema supports component lots in “storage” format.
- property component_lot_entity_id: Optional[str]¶
The entity representing the component lot for this ingredient. This is only writable if the mixture schema supports component lots in “storage” format.
- property component_lot_text: Optional[str]¶
Text representing the component lot for this ingredient. This is only writable if the mixture schema supports component lots in “text” format.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.ingredient_write_params.T¶
- property units: IngredientMeasurementUnits¶
- class InitialTable¶
Bases:
object- __init__(csv_data: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_csv_data'].default, template_table_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_template_table_id'].default) None¶
Method generated by attrs for class InitialTable.
- property csv_data: str¶
blobId of an uploaded csv blob. The CSV should be formatted with column headers of columnId which can be found in the [EntryTemplate](#/components/schemas/EntryTemplate). For more information on uploading a blob, [click here](https://docs.benchling.com/docs/uploading-a-blob-to-benchling).
- class IntegerFieldDefinition¶
Bases:
object- __init__(numeric_max: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_numeric_max'].default, numeric_min: Union[benchling_api_client.v2.types.Unset, None, float] = attr_dict['_numeric_min'].default, type: Union[benchling_api_client.v2.types.Unset, IntegerFieldDefinitionType] = attr_dict['_type'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, is_multi: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_multi'].default, is_required: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_is_required'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class IntegerFieldDefinition.
- property archive_record: Optional[ArchiveRecord]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.integer_field_definition.T¶
- property type: IntegerFieldDefinitionType¶
- class IntegerFieldDefinitionType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- INTEGER = 'integer'¶
- static of_unknown(val: str) IntegerFieldDefinitionType¶
- class LabAutomationBenchlingAppError¶
Bases:
object- __init__(message: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_message'].default) None¶
Method generated by attrs for class LabAutomationBenchlingAppError.
- class LabAutomationTransform¶
Bases:
object- __init__(api_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_api_url'].default, blob_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_blob_id'].default, custom_transform_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_custom_transform_id'].default, errors: Union[benchling_api_client.v2.types.Unset, List[LabAutomationBenchlingAppError]] = attr_dict['_errors'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_modified_at'].default, output_processor_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_output_processor_id'].default, status: Union[benchling_api_client.v2.types.Unset, LabAutomationTransformStatus] = attr_dict['_status'].default) None¶
Method generated by attrs for class LabAutomationTransform.
- property errors: List[LabAutomationBenchlingAppError]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.lab_automation_transform.T¶
- property status: LabAutomationTransformStatus¶
- class LabAutomationTransformStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- FAILED = 'FAILED'¶
- NOT_STARTED = 'NOT_STARTED'¶
- RUNNING = 'RUNNING'¶
- SUCCEEDED = 'SUCCEEDED'¶
- static of_unknown(val: str) LabAutomationTransformStatus¶
- class LabAutomationTransformUpdate¶
Bases:
object- __init__(blob_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_blob_id'].default, errors: Union[benchling_api_client.v2.types.Unset, List[LabAutomationBenchlingAppError]] = attr_dict['_errors'].default) None¶
Method generated by attrs for class LabAutomationTransformUpdate.
- property errors: List[LabAutomationBenchlingAppError]¶
- class LabelTemplate¶
Bases:
object- __init__(id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, zpl_template: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_zpl_template'].default) None¶
Method generated by attrs for class LabelTemplate.
- class LabelTemplatesList¶
Bases:
object- __init__(label_templates: Union[benchling_api_client.v2.types.Unset, List[LabelTemplate]] = attr_dict['_label_templates'].default) None¶
Method generated by attrs for class LabelTemplatesList.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.label_templates_list.T¶
- property label_templates: List[LabelTemplate]¶
- class LegacyWorkflow¶
Bases:
object- __init__(created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, description: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_description'].default, display_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_display_id'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, project_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_project_id'].default) None¶
Method generated by attrs for class LegacyWorkflow.
- class LegacyWorkflowList¶
Bases:
object- __init__(workflows: Union[benchling_api_client.v2.types.Unset, List[LegacyWorkflow]] = attr_dict['_workflows'].default) None¶
Method generated by attrs for class LegacyWorkflowList.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.legacy_workflow_list.T¶
- property workflows: List[LegacyWorkflow]¶
- class LegacyWorkflowPatch¶
Bases:
object- __init__(description: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, project_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_project_id'].default) None¶
Method generated by attrs for class LegacyWorkflowPatch.
- class LegacyWorkflowSample¶
Bases:
object- __init__(batch_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_batch_id'].default, container_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_container_ids'].default, created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class LegacyWorkflowSample.
- class LegacyWorkflowSampleList¶
Bases:
object- __init__(samples: Union[benchling_api_client.v2.types.Unset, List[LegacyWorkflowSample]] = attr_dict['_samples'].default) None¶
Method generated by attrs for class LegacyWorkflowSampleList.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.legacy_workflow_sample_list.T¶
- property samples: List[LegacyWorkflowSample]¶
- class LegacyWorkflowStage¶
Bases:
object- __init__(created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class LegacyWorkflowStage.
- class LegacyWorkflowStageList¶
Bases:
object- __init__(workflow_stages: Union[benchling_api_client.v2.types.Unset, List[LegacyWorkflowStage]] = attr_dict['_workflow_stages'].default) None¶
Method generated by attrs for class LegacyWorkflowStageList.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.legacy_workflow_stage_list.T¶
- property workflow_stages: List[LegacyWorkflowStage]¶
- class LegacyWorkflowStageRun¶
Bases:
object- __init__(created_at: Union[benchling_api_client.v2.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, status: Union[benchling_api_client.v2.types.Unset, LegacyWorkflowStageRunStatus] = attr_dict['_status'].default) None¶
Method generated by attrs for class LegacyWorkflowStageRun.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.legacy_workflow_stage_run.T¶
- property status: LegacyWorkflowStageRunStatus¶
Status of the legacy workflow stage run
- class LegacyWorkflowStageRunList¶
Bases:
object- __init__(workflow_stage_runs: Union[benchling_api_client.v2.types.Unset, List[LegacyWorkflowStageRun]] = attr_dict['_workflow_stage_runs'].default) None¶
Method generated by attrs for class LegacyWorkflowStageRunList.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.legacy_workflow_stage_run_list.T¶
- property workflow_stage_runs: List[LegacyWorkflowStageRun]¶
- class LegacyWorkflowStageRunStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- COMPLETED = 'COMPLETED'¶
- DISCARDED = 'DISCARDED'¶
- INITIALIZED = 'INITIALIZED'¶
- static of_unknown(val: str) LegacyWorkflowStageRunStatus¶
- class ListAASequencesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListAASequencesSort¶
- class ListAssayResultsSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- CREATEDATASC = 'createdAt:asc'¶
- CREATEDATDESC = 'createdAt:desc'¶
- static of_unknown(val: str) ListAssayResultsSort¶
- class ListBatchesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListBatchesSort¶
- class ListBenchlingAppsSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListBenchlingAppsSort¶
- class ListBoxesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListBoxesSort¶
- class ListContainersCheckoutStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- AVAILABLE = 'AVAILABLE'¶
- CHECKED_OUT = 'CHECKED_OUT'¶
- RESERVED = 'RESERVED'¶
- static of_unknown(val: str) ListContainersCheckoutStatus¶
- class ListContainersSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- BARCODE = 'barcode'¶
- BARCODEASC = 'barcode:asc'¶
- BARCODEDESC = 'barcode:desc'¶
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListContainersSort¶
- class ListCustomEntitiesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListCustomEntitiesSort¶
- class ListDNAAlignmentsSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListDNAAlignmentsSort¶
- class ListDNAOligosSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListDNAOligosSort¶
- class ListDNASequencesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListDNASequencesSort¶
- class ListEntriesReviewStatus¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- ACCEPTED = 'ACCEPTED'¶
- IN_PROGRESS = 'IN_PROGRESS'¶
- NEEDS_REVIEW = 'NEEDS_REVIEW'¶
- REJECTED = 'REJECTED'¶
- RETRACTED = 'RETRACTED'¶
- static of_unknown(val: str) ListEntriesReviewStatus¶
- class ListEntriesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListEntriesSort¶
- class ListFeatureLibrariesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListFeatureLibrariesSort¶
- class ListFeaturesMatchType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- NUCLEOTIDE = 'nucleotide'¶
- PROTEIN = 'protein'¶
- static of_unknown(val: str) ListFeaturesMatchType¶
- class ListFoldersSection¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- INVENTORY = 'INVENTORY'¶
- NOTEBOOK = 'NOTEBOOK'¶
- static of_unknown(val: str) ListFoldersSection¶
- class ListFoldersSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListFoldersSort¶
- class ListLocationsSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- BARCODE = 'barcode'¶
- BARCODEASC = 'barcode:asc'¶
- BARCODEDESC = 'barcode:desc'¶
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListLocationsSort¶
- class ListMixturesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListMixturesSort¶
- class ListMoleculesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListMoleculesSort¶
- class ListOligosSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListOligosSort¶
- class ListOrganizationsSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListOrganizationsSort¶
- class ListPlatesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- BARCODE = 'barcode'¶
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListPlatesSort¶
- class ListProjectsSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListProjectsSort¶
- class ListRNAOligosSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListRNAOligosSort¶
- class ListRNASequencesSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListRNASequencesSort¶
- class ListTeamsSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListTeamsSort¶
- class ListUsersSort¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MODIFIEDAT = 'modifiedAt'¶
- MODIFIEDATASC = 'modifiedAt:asc'¶
- MODIFIEDATDESC = 'modifiedAt:desc'¶
- NAME = 'name'¶
- NAMEASC = 'name:asc'¶
- NAMEDESC = 'name:desc'¶
- static of_unknown(val: str) ListUsersSort¶
- class ListWorkflowTasksScheduledOn¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- NULL = 'null'¶
- static of_unknown(val: str) ListWorkflowTasksScheduledOn¶
- class Location¶
Bases:
object- __init__(archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, barcode: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_barcode'].default, created_at: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.v2.types.Unset, UserSummary] = attr_dict['_creator'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, None, str] = attr_dict['_parent_storage_id'].default, schema: Union[benchling_api_client.v2.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_web_url'].default) None¶
Method generated by attrs for class Location.
- property archive_record: Optional[ArchiveRecord]¶
- property creator: UserSummary¶
- property schema: Optional[SchemaSummary]¶
- class LocationCreate¶
Bases:
object- __init__(name: str, schema_id: str, barcode: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_barcode'].default, fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default) None¶
Method generated by attrs for class LocationCreate.
- class LocationSchema¶
Bases:
object- __init__(type: Union[benchling_api_client.v2.types.Unset, LocationSchemaType] = attr_dict['_type'].default, prefix: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_prefix'].default, registry_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_registry_id'].default, archive_record: Union[benchling_api_client.v2.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, field_definitions: Union[benchling_api_client.v2.types.Unset, List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]] = attr_dict['_field_definitions'].default, id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default) None¶
Method generated by attrs for class LocationSchema.
- property archive_record: Optional[ArchiveRecord]¶
- property field_definitions: List[Union[SimpleFieldDefinition, IntegerFieldDefinition, FloatFieldDefinition, DropdownFieldDefinition, SchemaLinkFieldDefinition, benchling_api_client.v2.extensions.UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.location_schema.T¶
- property type: LocationSchemaType¶
- class LocationSchemaType¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- LOCATION = 'location'¶
- static of_unknown(val: str) LocationSchemaType¶
- class LocationSchemasList¶
Bases:
object- __init__(location_schemas: Union[benchling_api_client.v2.types.Unset, List[LocationSchema]] = attr_dict['_location_schemas'].default) None¶
Method generated by attrs for class LocationSchemasList.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.location_schemas_list.T¶
- property location_schemas: List[LocationSchema]¶
- class LocationSchemasPaginatedList¶
Bases:
object- __init__(next_token: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_next_token'].default, location_schemas: Union[benchling_api_client.v2.types.Unset, List[LocationSchema]] = attr_dict['_location_schemas'].default) None¶
Method generated by attrs for class LocationSchemasPaginatedList.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.location_schemas_paginated_list.T¶
- property location_schemas: List[LocationSchema]¶
- class LocationUpdate¶
Bases:
object- __init__(fields: Union[benchling_api_client.v2.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.v2.types.Unset, str] = attr_dict['_parent_storage_id'].default) None¶
Method generated by attrs for class LocationUpdate.
- class LocationsArchivalChange¶
Bases:
objectIDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of locations along with any IDs of locations, boxes, plates, containers that were archived.
- __init__(box_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_box_ids'].default, container_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_container_ids'].default, location_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_location_ids'].default, plate_ids: Union[benchling_api_client.v2.types.Unset, List[str]] = attr_dict['_plate_ids'].default) None¶
Method generated by attrs for class LocationsArchivalChange.
- class LocationsArchive¶
Bases:
object- __init__(location_ids: List[str], reason: LocationsArchiveReason, should_remove_barcodes: Union[benchling_api_client.v2.types.Unset, bool] = attr_dict['_should_remove_barcodes'].default) None¶
Method generated by attrs for class LocationsArchive.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.v2.stable.models.locations_archive.T¶
- property reason: LocationsArchiveReason¶
Reason that locations are being archived.
- class LocationsArchiveReason¶
Bases:
benchling_api_client.v2.extensions.Enums.KnownStringAn enumeration.
- MADE_IN_ERROR = 'Made in error'¶
- OTHER = 'Other'¶
- RETIRED = 'Retired'¶
- static of_unknown(val: str) LocationsArchiveReason¶