Skip to content

/AWS1/CL_TBDACCELERATORCTRANGE

Defines the maximum and minimum number of GPU accelerators required for a worker instance..

CONSTRUCTOR

IMPORTING

Required arguments:

iv_min TYPE /AWS1/TBDMINZEROMAXINTEGER /AWS1/TBDMINZEROMAXINTEGER

The minimum number of GPU accelerators in the worker host.

Optional arguments:

iv_max TYPE /AWS1/TBDMINZEROMAXINTEGER /AWS1/TBDMINZEROMAXINTEGER

The maximum number of GPU accelerators in the worker host.


Queryable Attributes

min

The minimum number of GPU accelerators in the worker host.

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 GPU accelerators in the worker host.

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