Skip to content

/AWS1/CL_CRMWORKERCOMPUTECONF

The configuration of the compute resources for workers running an analysis with the Clean Rooms SQL analytics engine.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_type TYPE /AWS1/CRMWORKERCOMPUTETYPE /AWS1/CRMWORKERCOMPUTETYPE

The worker compute configuration type.

iv_number TYPE /AWS1/CRMINTEGER /AWS1/CRMINTEGER

The number of workers.

SQL queries support a minimum value of 2 and a maximum value of 400.

PySpark jobs support a minimum value of 4 and a maximum value of 128.

io_properties TYPE REF TO /AWS1/CL_CRMWORKERCOMPCONFPRPS /AWS1/CL_CRMWORKERCOMPCONFPRPS

The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.


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.

SQL queries support a minimum value of 2 and a maximum value of 400.

PySpark jobs support a minimum value of 4 and a maximum value of 128.

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

properties

The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.

Accessible with the following methods

Method Description
GET_PROPERTIES() Getter for PROPERTIES