MxstProtobufIn

Description

Stores external Protobuf information received by the inference service.

Structure Definition

1
2
3
4
struct MxstProtobufIn {
    std::string key;
    std::shared_ptr<google::protobuf::Message> messagePtr;
};

Parameters

Parameter

Input/Output

Description

key

Input

Key of the Protobuf data.

messagePtr

Input

Smart pointer to the input Protobuf data.