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": {}}]}

{}

Copy
Copied!
            

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

© Copyright 2023, NVIDIA. Last updated on Aug 23, 2023.