GetRequsetIdString接口
接口功能
获取请求ID的STRING类型。
接口格式
const std::string GetRequsetIdString() const;
接口参数
无。
使用样例
mindie_llm::InferRequestId runtimeReqId1(0); string value = runtimeReqId1.GetRequsetIdString();
返回值
获取请求ID的STRING类型。
父主题: InferRequestId
获取请求ID的STRING类型。
const std::string GetRequsetIdString() const;
无。
mindie_llm::InferRequestId runtimeReqId1(0); string value = runtimeReqId1.GetRequsetIdString();
获取请求ID的STRING类型。