获取AI弹性计算集群可用资源规格列表
获取AI弹性计算集群可用资源规格列表
Path Parameters
订阅
资源组
可用区
AI弹性计算集群名称
- 200
- default
OK
Schema
- Array [
- ]
resource_specs object[]
可用资源规格列表
资源规格标识
资源规格名称
资源规格描述
cpu object
CPU
CPU厂商. 例: Intel/AMD/Hygon
CPU 类型. 例: 2680v4/6146
CPU 主频
可分配vCPU数量
物理vCPU总量(暂未使用)
计费项名称
memory object
内存
可分配内存
物理内存总量(暂未使用)
计费项名称
device object
加速芯片
加速芯片厂商. 例: NVIDIA/DCU
加速芯片类型. 例: A100/A800
显存
加速芯片数量
显卡物理形态
计费项名称
显卡资源标识. 例: nvidia.com/gpu
training_network object
训练网
network object
网络
网络类型. 例: IB/RoCE
网卡数量
网络带宽
训练网名称
service_network object
业务网
network object
网络
网络类型. 例: IB/RoCE
网卡数量
网络带宽
data_network object
数据网
network object
网络
网络类型. 例: IB/RoCE
网卡数量
网络带宽
资源规格适用的可用区
{
"resource_specs": [
{
"id": "string",
"name": "string",
"description": "string",
"cpu": {
"manufacturer": "string",
"type": "string",
"frequency": 0,
"vcpu_allocatable": 0,
"vcpu_capacity": 0,
"property_name": "string"
},
"memory": {
"allocatable": 0,
"capacity": 0,
"property_name": "string"
},
"device": {
"manufacturer": "string",
"type": "string",
"memory": 0,
"number": 0,
"physical_interface": "string",
"property_name": "string",
"resource_key": "string"
},
"training_network": {
"network": {
"type": "string",
"nics_number": 0,
"bandwidth": "string"
},
"name": "string"
},
"service_network": {
"network": {
"type": "string",
"nics_number": 0,
"bandwidth": "string"
}
},
"data_network": {
"network": {
"type": "string",
"nics_number": 0,
"bandwidth": "string"
}
},
"zones": [
"string"
]
}
]
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}