---
title: DataType枚举类
description: "InferRequestId类中的DataType枚举，表示请求ID是数值还是string类型。"
url: https://www.hiascend.com/document/detail/zh/mindie/latest/mindiellm/llmdev/mindie_llm0149.html
sourcePath: /source/zh/mindie/310/mindiellm/llmdev/mindie_llm0149.html
indexId: fd70ee74d4c74e1f2c91055519941dc6bae241e0110703568941298d8f3a423e58
---
# DataType枚举类

#### 枚举类功能

InferRequestId类中的DataType枚举，表示请求ID是数值还是string类型。


#### 枚举类格式

```
enum class DataType {
UINT64,
STRING
};
```


#### 枚举值

| 枚举名 | 说明 |
| --- | --- |
| UINT64 | 正常 |
| STRING | 异常 |
