AWSEC2GpuDeviceInfo
Objective-C
@interface AWSEC2GpuDeviceInfo
Swift
class AWSEC2GpuDeviceInfo
Describes the GPU accelerators for the instance type.
-
The number of GPUs for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;Swift
var count: NSNumber? { get set } -
The manufacturer of the GPU accelerator.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable manufacturer;Swift
var manufacturer: String? { get set } -
Describes the memory available to the GPU accelerator.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2GpuDeviceMemoryInfo *_Nullable memoryInfo;Swift
var memoryInfo: AWSEC2GpuDeviceMemoryInfo? { get set } -
The name of the GPU accelerator.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSEC2GpuDeviceInfo Class Reference