Class: Aws::SageMaker::Types::ClusterOrchestratorEksConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterOrchestratorEksConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The configuration settings for the Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.
4549 4550 4551 4552 4553 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4549 class ClusterOrchestratorEksConfig < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |