WorkerComputeConfigurationProperties

The configuration properties that define the compute environment settings for workers in Clean Rooms. These properties enable customization of the underlying compute environment to optimize performance for your specific workloads.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

The Spark configuration properties for SQL workloads. This map contains key-value pairs that configure Apache Spark settings to optimize performance for your data processing jobs. You can specify up to 50 Spark properties, with each key being 1-200 characters and each value being 0-500 characters. These properties allow you to adjust compute capacity for large datasets and complex workloads.

Functions

Link copied to clipboard

Casts this WorkerComputeConfigurationProperties as a Spark and retrieves its kotlin.collections.Map value. Throws an exception if the WorkerComputeConfigurationProperties is not a Spark.

Link copied to clipboard

Casts this WorkerComputeConfigurationProperties as a Spark and retrieves its kotlin.collections.Map value. Returns null if the WorkerComputeConfigurationProperties is not a Spark.