GpuDeviceInfo

public struct GpuDeviceInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of GPUs for the instance type.

    Declaration

    Swift

    public let count: Int?
  • The manufacturer of the GPU accelerator.

    Declaration

    Swift

    public let manufacturer: String?
  • Describes the memory available to the GPU accelerator.

    Declaration

    Swift

    public let memoryInfo: GpuDeviceMemoryInfo?
  • The name of the GPU accelerator.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(count: Int? = nil, manufacturer: String? = nil, memoryInfo: GpuDeviceMemoryInfo? = nil, name: String? = nil)