Class: Aws::SageMaker::Types::ClusterOrchestrator

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The type of orchestrator used for the SageMaker HyperPod cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eksTypes::ClusterOrchestratorEksConfig

The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.



6347
6348
6349
6350
6351
6352
# File 'lib/aws-sdk-sagemaker/types.rb', line 6347

class ClusterOrchestrator < Struct.new(
  :eks,
  :slurm)
  SENSITIVE = []
  include Aws::Structure
end

#slurmTypes::ClusterOrchestratorSlurmConfig

The Slurm orchestrator configuration for the SageMaker HyperPod cluster.



6347
6348
6349
6350
6351
6352
# File 'lib/aws-sdk-sagemaker/types.rb', line 6347

class ClusterOrchestrator < Struct.new(
  :eks,
  :slurm)
  SENSITIVE = []
  include Aws::Structure
end