benchling_api_client.models.auto_annotate_aa_sequences module

class AutoAnnotateAaSequences

Bases: object

__init__(aa_sequence_ids: List[str], feature_library_ids: List[str]) None

Method generated by attrs for class AutoAnnotateAaSequences.

property aa_sequence_ids: List[str]

Array of AA sequence IDs.

property feature_library_ids: List[str]

Array of feature library IDs.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.auto_annotate_aa_sequences.T
to_dict() Dict[str, Any]