morpheus.utils.downloader
Downloader utility class for fetching files, potentially from a remote file service, using a variety of methods defined
by the DownloadMethods
enum.
Classes
DownloadMethods (value) |
Valid download methods for the Downloader class. |
Downloader ([download_method, ...]) |
Downloads a list of fsspec.core.OpenFiles files using one of the following methods: |