Class: Aws::SageMaker::Types::ClusterOrchestratorSlurmConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterOrchestratorSlurmConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The configuration settings for the Slurm orchestrator used with the SageMaker HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slurm_config_strategy ⇒ String
The strategy for managing partitions for the Slurm configuration.
Instance Attribute Details
#slurm_config_strategy ⇒ String
The strategy for managing partitions for the Slurm configuration. Valid values are Managed, Overwrite, and Merge.
6380 6381 6382 6383 6384 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6380 class ClusterOrchestratorSlurmConfig < Struct.new( :slurm_config_strategy) SENSITIVE = [] include Aws::Structure end |