AWSEC2AcceleratorType
Objective-C
NS_ENUM(NSInteger, AWSEC2AcceleratorType) {
AWSEC2AcceleratorTypeUnknown,
AWSEC2AcceleratorTypeGpu,
AWSEC2AcceleratorTypeFpga,
AWSEC2AcceleratorTypeInference,
}
Swift
enum AWSEC2AcceleratorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeGpu
Swift
case gpu = 1
-
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeFpga
Swift
case fpga = 2
-
Undocumented
Declaration
Objective-C
AWSEC2AcceleratorTypeInference
Swift
case inference = 3