Module Values_0.ClusterSlurmConfigDetailsSource

The Slurm configuration details for an instance group in a SageMaker HyperPod cluster.

Sourcetype nonrec t = {
  1. nodeType : ClusterSlurmNodeType.t option;
    (*

    The type of Slurm node for the instance group. Valid values are Controller, Worker, and Login.

    *)
  2. partitionNames : ClusterPartitionNames.t option;
    (*

    The list of Slurm partition names that the instance group belongs to.

    *)
}
Sourceval make : ?nodeType:??? -> ?partitionNames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of ClusterPartitionName.t ] list ]) 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