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 collaborations: V2BetaCollaborationService¶
- V2-Beta Collaborations. - Collaborations represent which user or group has which access policies. - See https://benchling.com/api/v2-beta/reference?showLA=true#/Collaborations 
 - property data_frames: V2BetaDataFrameService¶
- V2-Beta DataFrames. - DataFrames are Benchling objects that represent tabular data with typed columns and rows of data. - See https://benchling.com/api/v2-beta/reference#/Data%20Frames 
 - 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 folders: V2BetaFolderService¶
- V2-Beta Folders. - Folders are nested within projects to provide additional organization. - https://benchling.com/api/v2-beta/reference?showLA=true#/Folders 
 - property projects: V2BetaProjectService¶
- V2-Beta Projects. - Manage project objects. - See https://benchling.com/api/v2-beta/reference?#/Projects 
 - property worklists: V2BetaWorklistService¶
- V2-Beta Worklists. - Worklists are a convenient way to organize items for bulk actions, and are complementary to folders and projects. 
 
