AcceleratorType
public struct AcceleratorType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Elastic Inference Accelerator type.
Declaration
Swift
public let acceleratorTypeName: String?
-
The memory information of the Elastic Inference Accelerator type.
Declaration
Swift
public let memoryInfo: MemoryInfo?
-
The throughput information of the Elastic Inference Accelerator type.
Declaration
Swift
public let throughputInfo: [KeyValuePair]?
-
Undocumented
Declaration
Swift
public init(acceleratorTypeName: String? = nil, memoryInfo: MemoryInfo? = nil, throughputInfo: [KeyValuePair]? = nil)