AWSEC2AcceleratorCountRequest
Objective-C
@interface AWSEC2AcceleratorCountRequest
Swift
class AWSEC2AcceleratorCountRequest
The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance. To exclude accelerator-enabled instance types, set Max
to 0
.
-
The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set
Max
to0
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable max;
Swift
var max: NSNumber? { get set }
-
The minimum number of accelerators. To specify no minimum limit, omit this parameter.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable min;
Swift
var min: NSNumber? { get set }