

# ClusterSlurmConfig


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

## Contents


 ** NodeType **   <a name="sagemaker-Type-ClusterSlurmConfig-NodeType"></a>
The type of Slurm node for the instance group. Valid values are `Controller`, `Worker`, and `Login`.  
Type: String  
Valid Values: `Controller | Login | Compute`   
Required: Yes

 ** PartitionNames **   <a name="sagemaker-Type-ClusterSlurmConfig-PartitionNames"></a>
The list of Slurm partition names that the instance group belongs to.  
Type: Array of strings  
Array Members: Minimum number of 0 items. Maximum number of 1 item.  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9])*`   
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/sagemaker-2017-07-24/ClusterSlurmConfig) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/sagemaker-2017-07-24/ClusterSlurmConfig) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/sagemaker-2017-07-24/ClusterSlurmConfig) 