edge_impulse_runner::inference

Module messages

Source
Expand description

Message types for Edge Impulse model communication.

This module defines the message structures used for communication between the runner and the Edge Impulse model process via Unix sockets. All messages are serialized to JSON for transmission.

The communication follows a request-response pattern with the following types:

  • Initialization messages (HelloMessage)
  • Classification requests (ClassifyMessage)
  • Model information responses (ModelInfo)
  • Inference results (InferenceResponse)
  • Error responses (ErrorResponse)
  • Threshold messages (SetThresholdMessage)

Structs§

Enums§