Values.ComputeConfigurationSourceThe configuration of the compute resources for an analysis with the Spark analytics engine.
type nonrec t = {worker : WorkerComputeConfiguration.t option;The worker configuration for the compute environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of WorkerComputeConfigurationNumberInteger.t
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of SparkPropertyValue.t ])
list ])
list ])
list ])
list ]