abs
abs ¶
Classes¶
Functions¶
get_files_to_download ¶
Download a file or directory to a path on the local filesystem
Parameters:
-
cloud_interface
(StorageInterface
) –interface to load data
-
source
(str
) –Source path in the container
-
dest
(str
) –Local destination path
Source code in niceml/storages/abs.py
list_download_files ¶
List all files that need to be downloaded from the given source and the resulting destination paths. Args: cloud_interface: interface to load data bucket_path: Source path in the container local_path: Local destination path
Returns:
-
Dict[str, str]
–Dictionary with the blob path as key and the local path as value