/AWS1/CL_SGMCLUSTERSLURMCONFIG¶
The Slurm configuration for an instance group in a SageMaker HyperPod cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodetype TYPE /AWS1/SGMCLUSTERSLURMNODETYPE /AWS1/SGMCLUSTERSLURMNODETYPE¶
The type of Slurm node for the instance group. Valid values are
Controller,Worker, andLogin.
Optional arguments:¶
it_partitionnames TYPE /AWS1/CL_SGMCLUSTERPARTNAMES_W=>TT_CLUSTERPARTITIONNAMES TT_CLUSTERPARTITIONNAMES¶
The list of Slurm partition names that the instance group belongs to.
Queryable Attributes¶
NodeType¶
The type of Slurm node for the instance group. Valid values are
Controller,Worker, andLogin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODETYPE() |
Getter for NODETYPE, with configurable default |
ASK_NODETYPE() |
Getter for NODETYPE w/ exceptions if field has no value |
HAS_NODETYPE() |
Determine if NODETYPE has a value |
PartitionNames¶
The list of Slurm partition names that the instance group belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONNAMES() |
Getter for PARTITIONNAMES, with configurable default |
ASK_PARTITIONNAMES() |
Getter for PARTITIONNAMES w/ exceptions if field has no valu |
HAS_PARTITIONNAMES() |
Determine if PARTITIONNAMES has a value |