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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.



4460
4461
4462
4463
4464
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4460

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