remote_cluster_id
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
No |
Yes |
|
Yes |
|
No |
|
No |
|
No |
Note: For the
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.
Constraints
None
Parent topic: LLMClusterInfo