modelName property

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

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);
  1. @TagNumber.new(13)
set modelName (String value)

Implementation

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