ENUM
GPUSupported
Enumeration containing the set of allowed values for the Engine state field.
link GraphQL Schema definition
1 enum GPUSupported { 2 3 #   No gpu specified. 4 5 6 #   AWS P2 Instance 7 8 9 #   AWS P3 Instance 10 11 } 
ENUM
Enumeration containing the set of allowed values for the Engine state field.
1 enum GPUSupported { 2 3 #   No gpu specified. 4 5 6 #   AWS P2 Instance 7 8 9 #   AWS P3 Instance 10 11 }