You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(iotevents): allow setting description, evaluation method and key of DetectorModel (#18644)
This PR is about #17711 (but out of the roadmap).
This PR (especially `key` property) make it easier to test the features we will implement.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
description: 'test-detector-model-description', // optional property, default is none
68
+
evaluationMethod: iotevents.EventEvaluation.SERIAL, // optional property, default is iotevents.EventEvaluation.BATCH
69
+
detectorKey: 'payload.deviceId', // optional property, default is none and single detector instance will be created and all inputs will be routed to it
0 commit comments