/AWS1/CL_EC2ACCELERATORCNTREQ¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_min TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The minimum number of accelerators. To specify no minimum limit, omit this parameter.
iv_max TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set
Maxto0.
Queryable Attributes¶
Min¶
The minimum number of accelerators. To specify no minimum limit, omit this parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIN() |
Getter for MIN, with configurable default |
ASK_MIN() |
Getter for MIN w/ exceptions if field has no value |
HAS_MIN() |
Determine if MIN has a value |
Max¶
The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set
Maxto0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAX() |
Getter for MAX, with configurable default |
ASK_MAX() |
Getter for MAX w/ exceptions if field has no value |
HAS_MAX() |
Determine if MAX has a value |