Values_0.ClusterSlurmConfigDetailsSourceThe Slurm configuration details for an instance group in a SageMaker HyperPod cluster.
type nonrec t = {nodeType : ClusterSlurmNodeType.t option;The type of Slurm node for the instance group. Valid values are Controller, Worker, and Login.
*)partitionNames : ClusterPartitionNames.t option;The list of Slurm partition names that the instance group belongs to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ClusterPartitionName.t ] list ])
list ]