Expand description
Tracking storage backends
Provides the TrackingBackend trait and a JSON file-based implementation
for persisting experiment runs to disk.
Structs§
- InMemory
Backend - In-memory tracking backend for testing
- Json
File Backend - JSON file-based tracking backend
- Metric
Entry - A single metric data point for serialization
- RunRecord
- Serializable snapshot of a run for persistence
Enums§
- Tracking
Storage Error - Errors from tracking storage operations
Traits§
- Tracking
Backend - Trait for tracking storage backends
Type Aliases§
- Result
- Result alias for tracking storage operations