MxstProtobufIn
Function Usage
Stores external protobuf information received by the inference service.
Prototype
struct MxstProtobufIn {
std::string key;
std::shared_ptr<google::protobuf::Message> messagePtr;
};
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
key |
Input |
Key of the protobuf data |
messagePtr |
Input |
Smart pointer to the input protobuf data |
Parent topic: Data Structure