Substage Count Metric
@Serializable
@SerialName(value = "substageCount" )
Tracks processed / completed / failed substage counts and ratios, and the currently running substage name.
Types
Link copied to clipboard
object Companion
Key holder for SubstageCountMetric.
Properties
Link copied to clipboard
Link copied to clipboard
Name of the substage currently running, or null when none is in flight.
Link copied to clipboard
Link copied to clipboard
The key that identifies this metric in a ai.koog.agents.optimization.training.metrics.MetricsMap.
Functions
Link copied to clipboard
open override fun recompute(currentStage: StageRecord, substages: List<TrainingRecord>, isStageUpdate: Boolean): SubstageCountMetric
Recompute this metric from the full list of substages records.