AWSEC2GpuInfo

Objective-C

@interface AWSEC2GpuInfo

Swift

class AWSEC2GpuInfo

Describes the GPU accelerators for the instance type.

  • Describes the GPU accelerators for the instance type.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2GpuDeviceInfo *> *_Nullable gpus;

    Swift

    var gpus: [AWSEC2GpuDeviceInfo]? { get set }
  • The total size of the memory for the GPU accelerators for the instance type, in MiB.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable totalGpuMemoryInMiB;

    Swift

    var totalGpuMemoryInMiB: NSNumber? { get set }