Class: Aws::SageMaker::Types::ClusterOrchestrator
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterOrchestrator
- 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
-
#eks ⇒ Types::ClusterOrchestratorEksConfig
The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.
Instance Attribute Details
#eks ⇒ Types::ClusterOrchestratorEksConfig
The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.
4525 4526 4527 4528 4529 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4525 class ClusterOrchestrator < Struct.new( :eks) SENSITIVE = [] include Aws::Structure end |