Class: Aws::SageMaker::Types::ClusterOrchestratorSlurmConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#slurm_config_strategyString

The strategy for managing partitions for the Slurm configuration. Valid values are Managed, Overwrite, and Merge.

Returns:

  • (String)


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