benchling_sdk.services.v2.v2_beta_service module¶
- class V2BetaService¶
- Bases: - benchling_sdk.services.v2.base_service.BaseService- V2-beta. - Beta endpoints have different stability guidelines than other stable endpoints. - See https://benchling.com/api/v2-beta/reference - __init__(client: benchling_api_client.v2.client.Client, retry_strategy: RetryStrategy = RetryStrategy())¶
- Initialize a v2-beta service. - Parameters
- client â Underlying generated Client. 
- retry_strategy â Retry strategy for failed HTTP calls 
 
 
 - property aa_sequences: V2BetaAaSequenceService¶
- V2-Beta AA Sequences. - AA Sequences are the working units of cells that make everything run (they help make structures, catalyze reactions and allow for signaling - a kind of internal cell communication). On Benchling, these are comprised of a string of amino acids and collections of other attributes, such as annotations. - See https://benchling.com/api/v2-beta/reference#/AA%20Sequences 
 - property apps: V2BetaAppService¶
- V2-Beta Apps. - Create and manage Apps on your tenant. - https://benchling.com/api/v2-beta/reference?stability=not-available#/Apps 
 - property custom_entities: V2BetaCustomEntityService¶
- V2-Beta Custom Entities. - Benchling supports custom entities for biological entities that are neither sequences or proteins. Custom entities must have an entity schema set and can have both schema fields and custom fields. - See https://benchling.com/api/v2-beta/reference#/Custom%20Entities 
 - property datasets: V2BetaDatasetService¶
- V2-Beta Datasets. - Datasets are Benchling objects that represent tabular data with typed columns and rows of data. 
 - property dna_oligos: V2BetaDnaOligoService¶
- V2-Beta DNA Oligos. - DNA Oligos are short linear DNA sequences that can be attached as primers to full DNA sequences. Just like other entities, they support schemas, tags, and aliases. - See https://benchling.com/api/v2-beta/reference#/DNA%20Oligos 
 - property dna_sequences: V2BetaDnaSequenceService¶
- V2-Beta DNA Sequences. - DNA sequences are the bread and butter of the Benchling Molecular Biology suite. On Benchling, these are comprised of a string of nucleotides and collections of other attributes, such as annotations and primers. - See https://benchling.com/api/v2-beta/reference#/DNA%20Sequences 
 - property entities: V2BetaEntityService¶
- V2-Beta Entities. - Entities include DNA and AA sequences, oligos, molecules, custom entities, and other biological objects in Benchling. Entities support schemas, tags, and aliases, and can be registered. 
 - property entries: V2BetaEntryService¶
- V2-Beta Entries. - Entries are rich text documents that allow you to capture all of your experimental data in one place. 
 - property rna_oligos: V2BetaRnaOligoService¶
- V2-Beta RNA Oligos. - RNA Oligos are short linear RNA sequences that can be attached as primers to full DNA sequences. Just like other entities, they support schemas, tags, and aliases. - See https://benchling.com/api/v2-beta/reference#/RNA%20Oligos 
 - property worklists: V2BetaWorklistService¶
- V2-Beta Worklists. - Worklists are a convenient way to organize items for bulk actions, and are complementary to folders and projects. 
 
