Skip to content

/AWS1/CL_TBDACCELERATORCAPAB00

Provides information about the GPU accelerators used for jobs processed by a fleet.

CONSTRUCTOR

IMPORTING

Required arguments:

it_selections TYPE /AWS1/CL_TBDACCELERATORSELION=>TT_ACCELERATORSELECTIONS TT_ACCELERATORSELECTIONS

A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.

Optional arguments:

io_count TYPE REF TO /AWS1/CL_TBDACCELERATORCTRANGE /AWS1/CL_TBDACCELERATORCTRANGE

The number of GPU accelerators specified for worker hosts in this fleet.


Queryable Attributes

selections

A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.

Accessible with the following methods

Method Description
GET_SELECTIONS() Getter for SELECTIONS, with configurable default
ASK_SELECTIONS() Getter for SELECTIONS w/ exceptions if field has no value
HAS_SELECTIONS() Determine if SELECTIONS has a value

count

The number of GPU accelerators specified for worker hosts in this fleet.

Accessible with the following methods

Method Description
GET_COUNT() Getter for COUNT