Is there a way by which I can expose data in google cloud storage to a VM without completely downloading it all at once on the VM.
Amazon Sagemaker Fast File Mode (FFM) exposes the data in S3 to machine learning application in such a way that it appears as if it is accessing a local file system. This provides the convenience of accessing the data as if it was stored locally without the overhead and cost of actually downloading it before training.
Is something similar also available in GCP? Can GCP's Filestore be used for this purpose?