---
title: remote_cluster_id
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/hixlug/llmprv2_42_0048.html
sourcePath: /source/zh/canncommercial/900/API/hixlug/llmprv2_42_0048.html
indexId: 25a15abf27d53cc1ab8109b79809c3dcdfea84ad26f1b82f57755b09a84556db61
---
# remote_cluster_id

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas 350 加速卡 | x |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | x |
| Atlas 推理系列产品 | x |
| Atlas 训练系列产品 | x |


说明：针对 Atlas A2 训练系列产品 / Atlas A2 推理系列产品 ，仅支持Atlas 800I A2 推理服务器、A200I A2 Box 异构组件。


#### 函数功能

设置对端集群ID。


#### 函数原型

```
remote_cluster_id(remote_cluster_id)
```


#### 参数说明

| 参数名称 | 数据类型 | 取值说明 |
| --- | --- | --- |
| remote\_cluster\_id | int | 对端集群ID。 |


#### 调用示例

```
llm_cluster = LLMClusterInfo()
llm_cluster.remote_cluster_id = 1
```


#### 返回值

正常情况下无返回值。

参数错误可能抛出TypeError或ValueError。


#### 约束说明

无
