Class: Aws::SageMaker::Types::ClusterOrchestratorEksConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.

Returns:

  • (String)


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