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.
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 |