GpuInfo
public struct GpuInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the GPU accelerators for the instance type.
Declaration
Swift
public let gpus: [GpuDeviceInfo]?
-
The total size of the memory for the GPU accelerators for the instance type.
Declaration
Swift
public let totalGpuMemoryInMiB: Int?
-
Undocumented
Declaration
Swift
public init(gpus: [GpuDeviceInfo]? = nil, totalGpuMemoryInMiB: Int? = nil)