ToControlMessage Module
This module converts MessageMeta
to a ControlMessage
.
Parameter | Type | Description | Example Value | Default Value |
---|---|---|---|---|
control_message_conf |
Dictionary | Control message configuration | {"meta_data": {"data_type": "streaming"}, "tasks": [{"type": "inference", "properties": {}}]} |
{} |
{
"meta_data": {
"data_type": "streaming"
},
"tasks": [
{
"type": "inference",
"properties": {}
}
]
}