Values.GetComputeNodeGroupRequestSourceReturns detailed information about a compute node group. This API action provides networking information, EC2 instance type, compute node group status, and scheduler (such as Slurm) configuration.
type nonrec t = {clusterIdentifier : ClusterIdentifier.t;The name or ID of the cluster.
*)computeNodeGroupIdentifier : ComputeNodeGroupIdentifier.t;The name or ID of the compute node group.
*)}val make :
clusterIdentifier:ClusterIdentifier.t ->
computeNodeGroupIdentifier:ComputeNodeGroupIdentifier.t ->
unit ->
t