snorkelai.sdk.client.files
File storage related functions to upload and download files and directories.
Functions
download_dir (remote_path, local_path) | Downloads remote directory from Snorkel Files Store to local directory. |
download_file (remote_path, local_path) | Downloads remote file from Snorkel Files Store to local file. |
list_dir (remote_path) | Lists files in remote directory from Snorkel Files Store. |
upload_dir (local_path, remote_path) | Uploads a local directory to the Snorkel Files Store. |
upload_file (local_path, remote_path) | Uploads a file to the Snorkel Files Store. |