[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMachine shape details Next : 13\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"machineFamily\": string, \"machineType\": string, \"machineShape\": string, \"cpuCores\": number, \"gpuType\": string, \"gpuComputeType\": string, \"gpuCores\": string, \"localSsdPartitions\": string, \"localSsdGb\": number, \"memoryGb\": number, \"localSsdInterface\": string, \"minCpuPlatform\": string } ``` |\n\n| Fields ||\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `machineFamily` | `string` Optional. The VM family. |\n| `machineType` | `string` Optional. The characteristics of the sampled VM expressed as a string. |\n| `machineShape` | `string` Optional. The customer visible string representing the type of VM. |\n| `cpuCores` | `number` Optional. Number of CPU cores per VM. |\n| `gpuType` | `string` Optional. The type of GPU with the VM. |\n| `gpuComputeType` | `string` Optional. The GPU name recognized by Compute Engine APIs. |\n| `gpuCores` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Optional. The number of GPU cores per VM. |\n| `localSsdPartitions` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Optional. The number of local SSD partitions per VM. |\n| `localSsdGb` | `number` Optional. Total amount of local SSD storage. |\n| `memoryGb` | `number` Optional. Total amount of memory with the VM. |\n| `localSsdInterface` | `string` Optional. The local SSD interface used such as nvme or scsi |\n| `minCpuPlatform` | `string` Optional. The Min-cpu platform used such as icelake |"]]