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.

  • max

    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 }
  • min

    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 }