Get Started
- Global and US Encord Platforms
- 1. Prerequisites and Installation
- 2. Register Cloud Data
- 3. Set Up Your Project and Team
- Export Labels
General
- Entities and Relationships
- User Authentication
- Network Configurations
- Bulk Action Best Practices
- User Groups
- Organization-Wide Actions
- Custom Embeddings with the SDK
- SDK Reference
- EncordUserClient
- Bundle
- CloudUploadSettings
- MetadataSchema
- FilterPreset
- UploadPresignedUrlsGetParams
- Storage
- Labels
- Ontology
- Project
- Workflows and Stages
Index
Projects
Labels
- Working with Labels
- Delete Labels/Classifications
- Label / Activity logs
- Bitmasks
- Audio Labels and Classifications
- HTML Files and Labels
- Text Files and Labels
- PDF Labels and Classifications
- Import Labels/Annotations
- Import Labels/Annotations to Consensus Branches
- Import COCO Labels/Annotations
- Copy labels between Projects
Datasets
SDK Reference
UploadPresignedUrlsGetParams
upload_to_signed_url_list
Copy
def upload_to_signed_url_list(
file_paths: Iterable[Union[str, Path]], config: BaseConfig,
api_client: ApiClient, upload_item_type: StorageItemType,
cloud_upload_settings: CloudUploadSettings) -> List[Dict]
Upload files and return the upload returns in the same order as the file paths supplied.
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.