TelemetryRecord constructor
TelemetryRecord({
- required String os,
- required String osVersion,
- required String framework,
- String? projectId,
- String? deviceId,
- String? deviceManufacturer,
- String? deviceModel,
- Map<
String, dynamic> ? telemetryPayload, - Map<
String, dynamic> ? errorPayload, - required String timestamp,
- required String modelFilename,
- int? nCtx,
- int? nGpuLayers,
Implementation
TelemetryRecord({
required this.os,
required this.osVersion,
required this.framework,
this.projectId,
this.deviceId,
this.deviceManufacturer,
this.deviceModel,
this.telemetryPayload,
this.errorPayload,
required this.timestamp,
required this.modelFilename,
this.nCtx,
this.nGpuLayers,
});