modelId property
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);
Implementation
@$pb.TagNumber(13)
set modelId($core.String value) => $_setString(12, value);