AWSEC2AcceleratorType
Objective-C
NS_ENUM(NSInteger, AWSEC2AcceleratorType) {
AWSEC2AcceleratorTypeUnknown,
AWSEC2AcceleratorTypeGpu,
AWSEC2AcceleratorTypeFpga,
AWSEC2AcceleratorTypeInference,
}
Swift
enum AWSEC2AcceleratorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeGpuSwift
case gpu = 1 -
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeFpgaSwift
case fpga = 2 -
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeInferenceSwift
case inference = 3
View on GitHub
Install in Dash
AWSEC2AcceleratorType Enumeration Reference