Class: Aws::SageMaker::Types::ClusterOrchestrator
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterOrchestrator
- 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
-
#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.
4667 4668 4669 4670 4671 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4667 class ClusterOrchestrator < Struct.new( :eks) SENSITIVE = [] include Aws::Structure end |