Interface CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty
extends software.amazon.jsii.JsiiSerializable
Specifies parameter(s) related to Slurm as orchestrator.
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.*;
ClusterOrchestratorSlurmConfigProperty clusterOrchestratorSlurmConfigProperty = ClusterOrchestratorSlurmConfigProperty.builder()
.slurmConfigStrategy("slurmConfigStrategy")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSlurmConfigStrategy
The strategy for managing Slurm configuration on the cluster.- See Also:
-
builder
@Stability(Stable) static CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty.Builder builder()
-