modelName property
Model-load + download/extraction telemetry metrics so the C++
destination router derives the telemetry payload from the proto
SDKEvent alone. framework is the InferenceFramework enum stored as
int32 (matches FrameworkEvent.framework).
Implementation
@$pb.TagNumber(13)
$core.String get modelName => $_getSZ(12);
Implementation
@$pb.TagNumber(13)
set modelName($core.String value) => $_setString(12, value);