Orchestrator Summary
data class OrchestratorSummary(val runId: String, val orchestratorName: String, val totalItems: Int, val completedItems: Int, val failedItems: Int, val beginTime: Instant, val endTime: Instant)(source)
Lightweight aggregate summary for an orchestrated multi-run execution (scenario sweep, designed experiment, or simulation-optimization).
Carried by RunResult.BatchCompleted and RunResult.OptimizationCompleted.
Constructors
Properties
Link copied to clipboard
items that finished without a RuntimeException
Link copied to clipboard
items that threw a RuntimeException during execution
Link copied to clipboard
human-readable name (e.g. "ScenarioOrchestrator")
Link copied to clipboard
total number of items submitted (scenarios, design points, or iterations)
Link copied to clipboard
Wall-clock elapsed time for the entire orchestrated run.