Module cloud_storage

Module cloud_storage 

Source
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§

CloudStorageConfig
Cloud storage configuration
CloudStorageFactory
Cloud storage factory
CloudStorageUtils
Cloud storage utilities for ML data processing
MockCloudStorageClient
Mock cloud storage client for testing
ObjectMetadata
Object metadata
StorageMetrics
Storage metrics
SyncResult
Sync result

Enums§

CloudProvider
Supported cloud storage providers
SyncMode
Sync mode for dataset synchronization

Traits§

CloudStorageClient
Cloud storage client trait