Skip to content

/AWS1/CL_CRMPROTECTEDJOBWORK00

The configuration of the compute resources for a PySpark job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/CRMPROTECTEDJOBWORKERC00 /AWS1/CRMPROTECTEDJOBWORKERC00

The worker compute configuration type.

iv_number TYPE /AWS1/CRMINTEGER /AWS1/CRMINTEGER

The number of workers for a PySpark job.


Queryable Attributes

type

The worker compute configuration type.

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

number

The number of workers for a PySpark job.

Accessible with the following methods

Method Description
GET_NUMBER() Getter for NUMBER, with configurable default
ASK_NUMBER() Getter for NUMBER w/ exceptions if field has no value
HAS_NUMBER() Determine if NUMBER has a value