modelId property

  1. @TagNumber.new(13)
String get modelId

Telemetry metrics (STT transcription + TTS synthesis + model load) so the C++ destination router derives the full telemetry payload from the proto SDKEvent alone. Populated per-component (component on the SDKEvent envelope selects which subset applies). framework is the InferenceFramework enum stored as int32.

Implementation

@$pb.TagNumber(13)
$core.String get modelId => $_getSZ(12);
  1. @TagNumber.new(13)
set modelId (String value)

Implementation

@$pb.TagNumber(13)
set modelId($core.String value) => $_setString(12, value);