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 } - 
                  
                  
The total size of the memory for the inference accelerators for the instance type, in MiB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalInferenceMemoryInMiB;Swift
var totalInferenceMemoryInMiB: NSNumber? { get set } 
View on GitHub
Install in Dash
        AWSEC2InferenceAcceleratorInfo Class Reference