/AWS1/CL_ECSACCELERATORCNTREQ¶
The minimum and maximum number of accelerators (such as GPUs) for instance type selection. This is used for workloads that require specific numbers of accelerators.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_min TYPE /AWS1/ECSBOXEDINTEGER /AWS1/ECSBOXEDINTEGER¶
The minimum number of accelerators. Instance types with fewer accelerators are excluded from selection.
iv_max TYPE /AWS1/ECSBOXEDINTEGER /AWS1/ECSBOXEDINTEGER¶
The maximum number of accelerators. Instance types with more accelerators are excluded from selection.
Queryable Attributes¶
min¶
The minimum number of accelerators. Instance types with fewer accelerators are excluded from selection.
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. Instance types with more accelerators are excluded from selection.
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 |