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