ReplicationRunStarted

data class ReplicationRunStarted(val runId: String, val modelIdentifier: String, val totalReplications: Int, val startTime: Instant) : RunEvent.Started(source)

Emitted once by Runner immediately after model.initializeReplications() on the per-replication execution path used by SingleRunOrchestrator.

Constructors

Link copied to clipboard
constructor(runId: String, modelIdentifier: String, totalReplications: Int, startTime: Instant)

Properties

Link copied to clipboard
open override val modelIdentifier: String

model.modelIdentifier at submission time

Link copied to clipboard
open override val runId: String

the unique run identifier assigned by Runner

Link copied to clipboard
open override val startTime: Instant

wall-clock instant the experiment was initialized

Link copied to clipboard

model.numberOfReplications at submission time