ENUM

GPUSupported

Enumeration containing the set of allowed values for the Engine state field.

link GraphQL Schema definition

1enum GPUSupported {
2
3# No gpu specified.
4none
5
6# AWS P2 Instance
7aws_p2
8
9# AWS P3 Instance
10aws_p3
11}