ttftMs property
Time-to-first-token in milliseconds (only set in streaming mode).
Implementation
@$pb.TagNumber(7)
$core.double get ttftMs => $_getN(6);
Implementation
@$pb.TagNumber(7)
set ttftMs($core.double value) => $_setDouble(6, value);
Time-to-first-token in milliseconds (only set in streaming mode).
@$pb.TagNumber(7)
$core.double get ttftMs => $_getN(6);
@$pb.TagNumber(7)
set ttftMs($core.double value) => $_setDouble(6, value);