AWSEC2InferenceAcceleratorInfo
Objective-C
@interface AWSEC2InferenceAcceleratorInfo
Swift
class AWSEC2InferenceAcceleratorInfo
Describes the Inference accelerators for the instance type.
-
Describes the Inference accelerators for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2InferenceDeviceInfo *> *_Nullable accelerators;
Swift
var accelerators: [AWSEC2InferenceDeviceInfo]? { get set }