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

Previous Serialize Module
Next Write to Elasticsearch Module
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.