ClusterOrchestratorArgs

data class ClusterOrchestratorArgs(val eks: Output<ClusterOrchestratorEksConfigArgs>) : ConvertibleToJava<ClusterOrchestratorArgs>

Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.

Constructors

Link copied to clipboard
constructor(eks: Output<ClusterOrchestratorEksConfigArgs>)

Properties

Link copied to clipboard

The configuration of the Amazon EKS orchestrator cluster for the SageMaker HyperPod cluster.

Functions

Link copied to clipboard
open override fun toJava(): ClusterOrchestratorArgs