InferenceDeviceInfo
public struct InferenceDeviceInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of Inference accelerators for the instance type.
Declaration
Swift
public let count: Int?
-
The manufacturer of the Inference accelerator.
Declaration
Swift
public let manufacturer: String?
-
The name of the Inference accelerator.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(count: Int? = nil, manufacturer: String? = nil, name: String? = nil)