Module Values_0.InstanceGroupSource

Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob API, you can configure multiple instance groups .

Sourcetype nonrec t = {
  1. instanceType : TrainingInstanceType.t;
    (*

    Specifies the instance type of the instance group.

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

    Specifies the number of instances of the instance group.

    *)
  3. instanceGroupName : InstanceGroupName.t;
    (*

    Specifies the name of the instance group.

    *)
}
Sourceval context_ : string
Sourceval make : instanceType:TrainingInstanceType.t -> instanceCount:TrainingInstanceCount.t -> instanceGroupName:InstanceGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of TrainingInstanceCount.t | `String of InstanceGroupName.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