Values.WorkerComputeConfigurationSourceConfiguration information about the compute workers that perform the transform job.
type nonrec t = {type_ : WorkerComputeType.t option;The instance type of the compute workers that are used.
*)number : WorkerComputeConfigurationNumberInteger.t option;The number of compute workers that are used.
*)properties : WorkerComputeConfigurationProperties.t option;}val to_value :
t ->
[> `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 ]