/AWS1/CL_PISECSRESRCREQUIREM00¶
The type and amount of a resource to assign to a container. The supported resource types are GPUs and Elastic Inference accelerators. For more information, see Working with GPUs on Amazon ECS or Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/PISECSRESRCREQUIREMENT00 /AWS1/PISECSRESRCREQUIREMENT00¶
The type of resource to assign to a container. The supported values are
GPUorInferenceAccelerator.
iv_value TYPE /AWS1/PISSTRING /AWS1/PISSTRING¶
The value for the specified resource type.
If the
GPUtype is used, the value is the number of physicalGPUsthe Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.If the
InferenceAcceleratortype is used, thevaluematches thedeviceNamefor an InferenceAccelerator specified in a task definition.
Queryable Attributes¶
type¶
The type of resource to assign to a container. The supported values are
GPUorInferenceAccelerator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
value¶
The value for the specified resource type.
If the
GPUtype is used, the value is the number of physicalGPUsthe Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.If the
InferenceAcceleratortype is used, thevaluematches thedeviceNamefor an InferenceAccelerator specified in a task definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ECSRESOURCEREQUIREMENTSLIST¶
TYPES TT_ECSRESOURCEREQUIREMENTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PISECSRESRCREQUIREM00 WITH DEFAULT KEY
.