Type接口 接口功能获取请求体对象唯一的序列号标识的数据类型。 接口格式DataType Type() const; 接口参数无。 使用样例mindie_llm::InferRequestId runtimeReqId1(0); mindie_llm::DataType dataType = runtimeReqId1.Type(); 返回值请求体对象唯一的序列号标识的数据类型。 父主题: InferRequestId