Interface CfnClusterPropsMixin.ClusterSlurmConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.ClusterSlurmConfigProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.ClusterSlurmConfigProperty
extends software.amazon.jsii.JsiiSerializable
Slurm configuration for the instance group.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
ClusterSlurmConfigProperty clusterSlurmConfigProperty = ClusterSlurmConfigProperty.builder()
.nodeType("nodeType")
.partitionNames(List.of("partitionNames"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.ClusterSlurmConfigPropertystatic final classAn implementation forCfnClusterPropsMixin.ClusterSlurmConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNodeType
The type of Slurm node for this instance group.- See Also:
-
getPartitionNames
The Slurm partitions that this instance group belongs to.Maximum of 1 partition.
- See Also:
-
builder
-