Values_1.ProcessingResourcesSourceIdentifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
type nonrec t = {clusterConfig : ProcessingClusterConfig.t;The configuration for the resources in a cluster used to run the processing job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.ProcessingInstanceCount.t
| `String of Values_0.KmsKeyId.t ])
list ])
list ]