ttftMs property

  1. @TagNumber.new(7)
double get ttftMs

Time-to-first-token in milliseconds (only set in streaming mode).

Implementation

@$pb.TagNumber(7)
$core.double get ttftMs => $_getN(6);
  1. @TagNumber.new(7)
set ttftMs (double value)

Implementation

@$pb.TagNumber(7)
set ttftMs($core.double value) => $_setDouble(6, value);