Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ClusterOrchestratorEksConfig.Builder
-
Packages that use ClusterOrchestratorEksConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ClusterOrchestratorEksConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ClusterOrchestratorEksConfig.Builder Modifier and Type Method Description static ClusterOrchestratorEksConfig.BuilderClusterOrchestratorEksConfig. builder()ClusterOrchestratorEksConfig.BuilderClusterOrchestratorEksConfig.Builder. clusterArn(String clusterArn)The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.ClusterOrchestratorEksConfig.BuilderClusterOrchestratorEksConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ClusterOrchestratorEksConfig.Builder Modifier and Type Method Description static Class<? extends ClusterOrchestratorEksConfig.Builder>ClusterOrchestratorEksConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ClusterOrchestratorEksConfig.Builder Modifier and Type Method Description default ClusterOrchestrator.BuilderClusterOrchestrator.Builder. eks(Consumer<ClusterOrchestratorEksConfig.Builder> eks)The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.
-