ttftMs property
- @TagNumber.new(6)
Request start to first output token of any kind (reasoning or content). The canonical spelling for every result type: LLMGenerationResult and VLMResult report TTFT here and nowhere else. SDKEvent's own telemetry fields (GenerationEvent.time_to_first_token_ms, first_token_latency_ms) keep their separate event-stream spelling.
Implementation
@$pb.TagNumber(6)
$fixnum.Int64 get ttftMs => $_getI64(5);
- @TagNumber.new(6)
Implementation
@$pb.TagNumber(6)
set ttftMs($fixnum.Int64 value) => $_setInt64(5, value);