Type
Function
Obtains the data type identified by the unique sequence number of a request body object.
Format
mindie_llm::DataType Type() const;
Parameters
None
Usage Example
Construct a request ID object and obtain the data type of the request object.
1 2 | mindie_llm::InferRequestId runtimeReqId1(0); mindie_llm::DataType dataType = runtimeReqId1.Type(); |
Return Value
Data type identified by the unique sequence number of a request body object
Parent topic: InferRequestId