benchling_api_client.models.blob_upload_status module¶
- class BlobUploadStatus¶
Bases:
benchling_api_client.extensions.Enums.KnownString
An enumeration.
- ABORTED = 'ABORTED'¶
- COMPLETE = 'COMPLETE'¶
- IN_PROGRESS = 'IN_PROGRESS'¶
- static of_unknown(val: str) BlobUploadStatus ¶