Values.ComputeConfigurationSourceProvides configuration information for the instances that will perform the compute work.
type nonrec t = {worker : WorkerComputeConfiguration.t option;The worker instances that will perform the compute work.
*)}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 ]