Compute Cloud API, gRPC: GpuClusterService.Get
Returns the specified GPU cluster.
To get the list of available GPU clusters, make a List request.
gRPC request
rpc Get (GetGpuClusterRequest) returns (GpuCluster)
GetGpuClusterRequest
{
"gpuClusterId": "string"
}
Field |
Description |
gpuClusterId |
string ID of the GPU cluster to return. To get a GPU cluster ID, make a GpuClusterService.List request. |
GpuCluster
{
"id": "string",
"folderId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"status": "Status",
"zoneId": "string",
"interconnectType": "GpuInterconnectType"
}
A GPU cluster. For details about the concept, see documentation.
Field |
Description |
id |
string ID of GPU cluster. |
folderId |
string ID of the folder that the GPU cluster belongs to. |
createdAt |
Creation timestamp. |
name |
string Name of the GPU cluster. The name is unique within the folder. |
description |
string Description of the GPU cluster. |
labels |
string GPU cluster labels as |
status |
enum Status Status of the GPU cluster.
|
zoneId |
string ID of the availability zone where the GPU cluster resides. |
interconnectType |
enum GpuInterconnectType Type of interconnect used for this GPU cluster.
|