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.
4541 4542 4543 4544 4545 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4541 class ClusterOrchestratorEksConfig < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |