New_Stock_Retrive_Response
stocks object[]
Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).
CANADA-1Specifies the type of stock, which is "GPU".
GPUmodels object[]
An array of objects containing stock information for each GPU model, in each region.
The model name of the GPU.
H100-80G-PCIe-NVLinkWhether stock is currently available.
0Anticipated stock level for the next 7 days. A value of null, indicates there is no data available.
Anticipated stock level for the next 30 days. A value of null, indicates there is no data available.
Anticipated stock level for the next 100 days. A value of null, indicates there is no data available.
configurations object
An object containing GPU configuration details.
Number of GPUs configured as 1x.
0Number of GPUs configured as 2x.
0Number of GPUs configured as 4x.
0Number of GPUs configured as 8x.
0Number of GPUs configured as 10x.
0{
"stocks": [
{
"region": "CANADA-1",
"stock-type": "GPU",
"models": [
{
"model": "H100-80G-PCIe-NVLink",
"available": "0",
"planned_7_days": "string",
"planned_30_days": "string",
"planned_100_days": "string",
"configurations": {
"1x": 0,
"2x": 0,
"4x": 0,
"8x": 0,
"10x": 0
}
}
]
}
]
}