AWSEC2AcceleratorCount
Objective-C
@interface AWSEC2AcceleratorCount
Swift
class AWSEC2AcceleratorCount
The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.
-
The maximum number of accelerators. If this parameter is not specified, there is no maximum limit.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable max;Swift
var max: NSNumber? { get set } -
The minimum number of accelerators. If this parameter is not specified, there is no minimum limit.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;Swift
var min: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2AcceleratorCount Class Reference