remote_cluster_id
Applicability
Product |
Supported (√/x) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
x |
|
x |
Note: For
Function Description
Sets the peer cluster ID.
Prototype
1 | remote_cluster_id(remote_cluster_id) |
Parameters
Parameter |
Data Type |
Description |
|---|---|---|
remote_cluster_id |
int |
ID of the peer cluster. |
Example
1 2 | llm_cluster = LLMClusterInfo() llm_cluster.remote_cluster_id = 1 |
Returns
In normal cases, no value is returned.
If a parameter is incorrect, a TypeError or ValueError may be thrown.
Restrictions
None
Parent topic: LLMClusterInfo