Learn how to access and modify your cloud storage integrations in the app UI.
Delegated Access setup in AWS (similar in GCP)
IAM Delegated Access client request flow
Asset processing in the Labelbox backend
Cloud storage provider | Resource |
---|---|
Amazon S3 | Setup guide |
Google cloud storage | Setup guide |
Microsoft azure blob storage | Setup guide |
Data type | Supported |
---|---|
Images | Import specifications |
Video | Import specifications |
Text | Import specifications |
Tiled imagery (COG, NITF, GeoTIFF) | Import specifications |
Audio | Import specifications |
Document | Import specifications |
Conversation | Import specifications |
create_dataset
method has an optional iam_integration
parameter that can be used to specify the desired integration. Sample code for viewing and selecting integrations, along with creating a dataset using this parameter, is shown in the Common SDK methods section below.
iam_integration
parameter in the create_dataset
method, then the default integration will automatically be used.How long are the signed URLs generated by IAM delegated access valid?
Can I invalidate all “active” signed URLs?
Does Labelbox cache assets in any way?
Can I restrict access to my assets by IP?
Does IAM delegated access affect how annotations are stored and accessed?
Can I set up multiple IAM delegated access integrations?