Values.ProtectedJobComputeConfigurationSourceThe configuration of the compute resources for a PySpark job.
type nonrec t = {worker : ProtectedJobWorkerComputeConfiguration.t option;The worker configuration for the compute environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of
ProtectedJobWorkerComputeConfigurationNumberInteger.t
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of SparkPropertyValue.t ])
list ])
list ])
list ])
list ]