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: Optional[RetryStrategy] = None)¶

Initialize a v2-beta service.

Parameters
  • client – Underlying generated Client.

  • retry_strategy – Retry strategy for failed HTTP calls

property access_policies: V2BetaAccessPolicyService¶

V2-Beta Access Policies.

View access policies.

https://benchling.com/api/v2-beta/reference#/Access%20Policies

property analyses: V2BetaAnalysisService¶

V2-Beta Analyses.

Analyses allow experimental data to be viewed, analyzed, and visualized.

https://benchling.com/api/v2-beta/reference#/Analyses

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.

https://benchling.com/api/v2-beta/reference#/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 custom_notation_aliases: V2BetaCustomNotationAliasService¶

V2-Beta Custom Notation Aliases.

A customer-defined alias for a chemical modification on a nucleotide sequence.

https://benchling.com/api/v2-beta/reference#/Custom%20Notation%20Aliases

property custom_notations: V2BetaCustomNotationService¶

V2-Beta Custom Notations.

A customer-defined notation to model chemically-modified nucleotide sequences.

https://benchling.com/api/v2-beta/reference#/Custom%20Notations

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 datasets: V2BetaDatasetService¶

Datasets.

Datasets are Benchling objects that represent tabular data with typed columns and rows of data. Unlike Data Frames, Datasets are located in folders and can be searched in the UI.

See https://benchling.com/api/v2-beta/reference#/Datasets

property entries: V2BetaEntryService¶

V2-Beta Entries.

Entries are rich text documents that allow you to capture all of your experimental data in one place.

https://benchling.com/api/v2-beta/reference#/Entries

property files: V2BetaFileService¶

V2-Beta Files.

Files are Benchling objects that represent files and their metadata. Compared to Blobs, which are used by most Benchling products for attachments, Files are primarily used in the Analysis and Connect product.

See https://benchling.com/api/v2-beta/reference#/Files

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.

See https://benchling.com/api/v2-beta/reference#/Worklists

property worksheets: V2BetaWorksheetService¶

V2-Beta Worksheets.

Worksheets are structured documents that help you plan and describe your experiment operations in a consistent way.

See also https://benchling.com/api/v2-beta/reference#/Worksheets