---
title: GetDpInstanceIds接口
description: "获取当前推理请求关联的DP实例ID列表。"
url: https://www.hiascend.com/document/detail/zh/mindie/latest/mindiellm/llmdev/mindie_llm0087.html
sourcePath: /source/zh/mindie/310/mindiellm/llmdev/mindie_llm0087.html
indexId: 2586a6a0ff9f914dae53cb1dd89c62ffe77c6ef920e03fa9abfbfd85c952b26a58
---
# GetDpInstanceIds接口

#### 接口功能

获取当前推理请求关联的DP实例ID列表。


#### 接口格式

```
std::vector<uint64_t> GetDpInstanceIds() const;
```


#### 接口参数

无


#### 返回值

当前推理请求关联的 DP实例ID列表。
