Skip to main content

Module storage

Module storage 

Source
Expand description

Tracking storage backends

Provides the TrackingBackend trait and a JSON file-based implementation for persisting experiment runs to disk.

Structs§

InMemoryBackend
In-memory tracking backend for testing
JsonFileBackend
JSON file-based tracking backend
MetricEntry
A single metric data point for serialization
RunRecord
Serializable snapshot of a run for persistence

Enums§

TrackingStorageError
Errors from tracking storage operations

Traits§

TrackingBackend
Trait for tracking storage backends

Type Aliases§

Result
Result alias for tracking storage operations