ProtectedJobComputeConfiguration
The configuration of the compute resources for a PySpark job.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class Worker(val value: ProtectedJobWorkerComputeConfiguration) : ProtectedJobComputeConfiguration
The worker configuration for the compute environment.
Functions
Link copied to clipboard
Casts this ProtectedJobComputeConfiguration as a Worker and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedJobWorkerComputeConfiguration value. Throws an exception if the ProtectedJobComputeConfiguration is not a Worker.
Link copied to clipboard
Casts this ProtectedJobComputeConfiguration as a Worker and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedJobWorkerComputeConfiguration value. Returns null if the ProtectedJobComputeConfiguration is not a Worker.