Values_0.InstancePlacementConfigSourceConfiguration for how instances are placed and allocated within UltraServers. This is only applicable for UltraServer capacity.
type nonrec t = {enableMultipleJobs : Boolean.t option;If set to true, allows multiple jobs to share the same UltraServer instances. If set to false, ensures this job's instances are placed on an UltraServer exclusively, with no other jobs sharing the same UltraServer. Default is false.
*)placementSpecifications : PlacementSpecifications.t option;A list of specifications for how instances should be placed on specific UltraServers. Maximum of 10 items is supported.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Integer of TrainingInstanceCount.t
| `String of String256.t ])
list ]
list ])
list ]