Module Values_0.PlacementSpecificationSource

Specifies how instances should be placed on a specific UltraServer.

Sourcetype nonrec t = {
  1. ultraServerId : String256.t option;
    (*

    The unique identifier of the UltraServer where instances should be placed.

    *)
  2. instanceCount : TrainingInstanceCount.t;
    (*

    The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.

    *)
}
Sourceval context_ : string
Sourceval make : ?ultraServerId:??? -> instanceCount:TrainingInstanceCount.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TrainingInstanceCount.t | `String of String256.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t