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