GetRequestIdString

Function

Obtains the request ID of the string type.

Format

const std::string GetRequestIdString() const;

Parameters

None

Usage Example

Construct a request ID object and obtain the request ID of the string type.

1
2
mindie_llm::InferRequestId runtimeReqId1(0);
std::string value = runtimeReqId1.GetRequestIdString();

Return Value

Request ID of the string type