ToControlMessage Module#

This module converts MessageMeta to a ControlMessage.

Configurable Parameters#

Parameter

Type

Description

Example Value

Default Value

control_message_conf

Dictionary

Control message configuration

{"meta_data": {"data_type": "streaming"}, "tasks": [{"type": "inference", "properties": {}}]}

{}

Example JSON Configuration#

{
  "meta_data": {
    "data_type": "streaming"
  },
  "tasks": [
    {
      "type": "inference",
      "properties": {}
    }
  ]
}