tokensPerSecond property

  1. @TagNumber.new(25)
double get tokensPerSecond

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);
  1. @TagNumber.new(25)
set tokensPerSecond (double value)

Implementation

@$pb.TagNumber(25)
set tokensPerSecond($core.double value) => $_setDouble(24, value);