Values_0.PlacementSpecificationSourceSpecifies how instances should be placed on a specific UltraServer.
type nonrec t = {ultraServerId : String256.t option;The unique identifier of the UltraServer where instances should be placed.
*)instanceCount : TrainingInstanceCount.t;The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TrainingInstanceCount.t | `String of String256.t ])
list ]