easyenvi.gcloud.GCS.download

Download an objet from Google Cloud Storage

Parameters

  • path : str path to the file to download

  • output_path : str path to store the file

Examples

envi.gcloud.GCS.download(path='folder/file.csv', output_path='dataset.csv')

Last updated