pub async fn run_simulator(
metrics: Arc<RwLock<AggregatedMetrics>>,
interval_ms: u64,
)Expand description
Simulates realistic ML telemetry data that cycles through training phases.
pub async fn run_simulator(
metrics: Arc<RwLock<AggregatedMetrics>>,
interval_ms: u64,
)Simulates realistic ML telemetry data that cycles through training phases.