interface ClusterOrchestratorSlurmConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnClusterPropsMixin_ClusterOrchestratorSlurmConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnClusterPropsMixin » ClusterOrchestratorSlurmConfigProperty |
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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const clusterOrchestratorSlurmConfigProperty: sagemaker_mixins.CfnClusterPropsMixin.ClusterOrchestratorSlurmConfigProperty = {
slurmConfigStrategy: 'slurmConfigStrategy',
};
Properties
| Name | Type | Description |
|---|---|---|
| slurm | string | The strategy for managing Slurm configuration on the cluster. |
slurmConfigStrategy?
Type:
string
(optional)
The strategy for managing Slurm configuration on the cluster.

.NET
Go
Java
Python
TypeScript