noether.io.checkpoint.providers.s3_provider¶
Classes¶
Simple provider interface for checkpoint fetching (URI -> local path). |
Module Contents¶
- class noether.io.checkpoint.providers.s3_provider.S3Provider¶
Bases:
noether.io.checkpoint.types.ProviderSimple provider interface for checkpoint fetching (URI -> local path).
- scheme = 's3'¶
- fetch(uri, destination_dir, *, compute_hash=True)¶
- Parameters:
uri (str)
destination_dir (pathlib.Path)
compute_hash (bool)
- Return type:
tuple[pathlib.Path, str | None]