InferenceAcceleratorOverride
public struct InferenceAcceleratorOverride : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
Declaration
Swift
public let deviceName: String?
-
The Elastic Inference accelerator type to use.
Declaration
Swift
public let deviceType: String?
-
Undocumented
Declaration
Swift
public init(deviceName: String? = nil, deviceType: String? = nil)