Expand description
Cloud storage utilities for machine learning data processing
This module provides unified interfaces for working with cloud storage services including AWS S3, Google Cloud Storage, and Azure Blob Storage.
Structs§
- Cloud
Storage Config - Cloud storage configuration
- Cloud
Storage Factory - Cloud storage factory
- Cloud
Storage Utils - Cloud storage utilities for ML data processing
- Mock
Cloud Storage Client - Mock cloud storage client for testing
- Object
Metadata - Object metadata
- Storage
Metrics - Storage metrics
- Sync
Result - Sync result
Enums§
- Cloud
Provider - Supported cloud storage providers
- Sync
Mode - Sync mode for dataset synchronization
Traits§
- Cloud
Storage Client - Cloud storage client trait