/AWS1/CL_PISBTCCONTAINEROVER00¶
The overrides that are sent to a container.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_command TYPE /AWS1/CL_PISSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The command to send to the container that overrides the default command from the Docker image or the task definition.
it_environment TYPE /AWS1/CL_PISBTCENVIRONMENTVA00=>TT_BTCENVIRONMENTVARIABLELIST TT_BTCENVIRONMENTVARIABLELIST¶
The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.
Environment variables cannot start with "
Batch". This naming convention is reserved for variables that Batch sets.
iv_instancetype TYPE /AWS1/PISSTRING00 /AWS1/PISSTRING00¶
The instance type to use for a multi-node parallel job.
This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
it_resourcerequirements TYPE /AWS1/CL_PISBTCRESRCREQUIREM00=>TT_BATCHRESRCREQUIREMENTSLIST TT_BATCHRESRCREQUIREMENTSLIST¶
The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include
GPU,MEMORY, andVCPU.
Queryable Attributes¶
Command¶
The command to send to the container that overrides the default command from the Docker image or the task definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMAND() |
Getter for COMMAND, with configurable default |
ASK_COMMAND() |
Getter for COMMAND w/ exceptions if field has no value |
HAS_COMMAND() |
Determine if COMMAND has a value |
Environment¶
The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.
Environment variables cannot start with "
Batch". This naming convention is reserved for variables that Batch sets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENT() |
Getter for ENVIRONMENT, with configurable default |
ASK_ENVIRONMENT() |
Getter for ENVIRONMENT w/ exceptions if field has no value |
HAS_ENVIRONMENT() |
Determine if ENVIRONMENT has a value |
InstanceType¶
The instance type to use for a multi-node parallel job.
This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
ResourceRequirements¶
The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include
GPU,MEMORY, andVCPU.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEREQUIREMENTS() |
Getter for RESOURCEREQUIREMENTS, with configurable default |
ASK_RESOURCEREQUIREMENTS() |
Getter for RESOURCEREQUIREMENTS w/ exceptions if field has n |
HAS_RESOURCEREQUIREMENTS() |
Determine if RESOURCEREQUIREMENTS has a value |