获取请求体string类型的序列号。
const std::string &StringValue() const;
无。
构造一个请求ID对象,获取请求对象的数据类型,为string类型。
1 2
mindie_llm::InferRequestId runtimeReqId1("0"); std::string value = runtimeReqId1.Type();