ENUM
GPUModel
Enumeration containing the set of values for the GPU model field.
link GraphQL Schema definition
1 enum GPUModel { 2 3 # Designed for deep learning applications and high-performance computing (HPC). 4 5 6 # Next-generation GPU for AI, HPC, and big data analytics. 7 8 9 # GPU for virtualization and professional graphics. 10 11 12 # Versatile GPU for AI and graphics. 13 14 15 # GPU for AI and virtualization applications. 16 17 18 # GPU for AI and graphics applications. 19 20 21 # GPU for high-performance computing and deep learning. 22 23 }