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 analyses: V2BetaAnalysisService¶
V2-Beta Analyses.
Analyses allow experimental data to be viewed, analyzed, and visualized.
- property app_definitions: V2BetaAppDefinitionService¶
V2-Beta App Definitions.
Create and manage Benchling app definitions on your tenant.
https://benchling.com/api/v2-beta/reference#/App%20Definitions
- property apps: V2BetaAppService¶
V2-Beta Apps.
Create and manage Apps on your tenant.
- property audit: V2BetaAuditService¶
V2-Beta Audit.
Export audit log data for Benchling objects.
- 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.