Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Yandex Compute Cloud
  • Yandex Container Solution
  • Управление доступом
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListOperations
        • ListInstances
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Метрики Monitoring
  • Аудитные логи Audit Trails
  • История изменений
  • Обучающие курсы

В этой статье:

  • gRPC request
  • GetGpuClusterRequest
  • GpuCluster
  1. Справочник API
  2. gRPC (англ.)
  3. GpuCluster
  4. Get

Compute Cloud API, gRPC: GpuClusterService.Get

Статья создана
Yandex Cloud
Обновлена 14 января 2025 г.
  • gRPC request
  • GetGpuClusterRequest
  • GpuCluster

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

{
  "gpu_cluster_id": "string"
}

Field

Description

gpu_cluster_id

string

ID of the GPU cluster to return.

To get a GPU cluster ID, make a GpuClusterService.List request.

GpuCluster

{
  "id": "string",
  "folder_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "name": "string",
  "description": "string",
  "labels": "map<string, string>",
  "status": "Status",
  "zone_id": "string",
  "interconnect_type": "GpuInterconnectType"
}

A GPU cluster. For details about the concept, see documentation.

Field

Description

id

string

ID of GPU cluster.

folder_id

string

ID of the folder that the GPU cluster belongs to.

created_at

google.protobuf.Timestamp

Creation timestamp.

name

string

Name of the GPU cluster.

The name is unique within the folder.

description

string

Description of the GPU cluster.

labels

object (map<string, string>)

GPU cluster labels as key:value pairs.

status

enum Status

Status of the GPU cluster.

  • STATUS_UNSPECIFIED
  • CREATING: GPU cluster is being created.
  • READY: GPU cluster is ready to use.
  • ERROR: GPU cluster encountered a problem and cannot operate.
  • DELETING: GPU cluster is being deleted.

zone_id

string

ID of the availability zone where the GPU cluster resides.

interconnect_type

enum GpuInterconnectType

Type of interconnect used for this GPU cluster.

  • GPU_INTERCONNECT_TYPE_UNSPECIFIED
  • INFINIBAND: InfiniBand interconnect.

Была ли статья полезна?

Предыдущая
Overview
Следующая
List
Проект Яндекса
© 2025 ООО «Яндекс.Облако»