CloudUploadSettings
CloudUploadSettings Objects
The settings for uploading data into the GCP cloud storage. These apply for each individual upload. These settings
will overwrite the :meth:encord.http.constants.RequestsSettings
which is set during
:class:encord.EncordUserClient
creation.
max_retries
Number of allowed retries when uploading
backoff_factor
With each retry, there will be a sleep of backoff_factor * (2 ** (retry_number - 1) )
allow_failures
If failures are allowed, the upload will continue even if some items were not successfully uploaded even after retries. For example, upon creation of a large image group, you might want to create the image group even if a few images were not successfully uploaded. The unsuccessfully uploaded images will then be logged.
upload_to_signed_url_list
Upload files and return the upload returns in the same order as the file paths supplied.
Was this page helpful?