获取请求ID的string类型。
const std::string GetRequsetIdString() const;
无。
构造一个请求ID对象,获取请求ID的string类型。
1 2
mindie_llm::InferRequestId runtimeReqId1(0); string value = runtimeReqId1.GetRequsetIdString();