label-studio-ml-backend
label-studio-ml-backend copied to clipboard
load pre-signed data from cloud storage
When my model's predict(self, tasks, **kwards) function is called each task has a data field containing a dictionary and in my case, the dictionary has an image key with gs://bucket-name/image-name.jpg as the value.
Can I get the pre-signed link to the image from label studio or do I have to authenticate again and download the image manually in the ml model?