I've a ML-model stored on a Google Storage Bucket, but now I'm having some trouble using it.
I thought instead of first downloading the model (1.25GB) I could just direcly load the data into the memory, but I couldn't really find any documentation on this.
So I want to instantly get file data into a variable, is this possible?