下载
中文
注册

Type接口

接口功能

获取请求体对象唯一的序列号标识的数据类型。

接口格式

DataType Type() const;

接口参数

无。

使用样例

mindie_llm::InferRequestId runtimeReqId1(0);
mindie_llm::DataType dataType = runtimeReqId1.Type();

返回值

请求体对象唯一的序列号标识的数据类型。