tokensPerSecond property
Telemetry metrics carried on the canonical event stream so the C++
destination router can derive the full telemetry payload from the
proto SDKEvent alone (no parallel struct path). framework is the
InferenceFramework enum stored as int32 (matches FrameworkEvent.framework).
Implementation
@$pb.TagNumber(25)
$core.double get tokensPerSecond => $_getN(24);
Implementation
@$pb.TagNumber(25)
set tokensPerSecond($core.double value) => $_setDouble(24, value);