获取请求体数字类型的序列号,多为请求体序列号类似为uint64_t类型请求体使用。
uint64_t UnsignedIntValue() const;
无。
mindie_llm::InferRequestId runtimeReqId1(0); uint64_t value = runtimeReqId1.Type();
返回请求体对象数字类型序列号,若请求体对象为string类型,会返回空默认值0。