ENUM

GPUModel

Enumeration containing the set of values for the GPU model field.

link GraphQL Schema definition

1enum GPUModel {
2
3# Designed for deep learning applications and high-performance computing (HPC).
4V100
5
6# Next-generation GPU for AI, HPC, and big data analytics.
7A100
8
9# GPU for virtualization and professional graphics.
10M60
11
12# Versatile GPU for AI and graphics.
13T4
14
15# GPU for AI and virtualization applications.
16A10G
17
18# GPU for AI and graphics applications.
19L4
20
21# GPU for high-performance computing and deep learning.
22K80
23}

link Required by