Uses of Class
software.amazon.awssdk.services.sagemaker.model.ClusterOrchestrator
-
Packages that use ClusterOrchestrator Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ClusterOrchestrator in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ClusterOrchestrator Modifier and Type Method Description ClusterOrchestratorCreateClusterRequest. orchestrator()The type of orchestrator to use for the SageMaker HyperPod cluster.ClusterOrchestratorDescribeClusterResponse. orchestrator()The type of orchestrator used for the SageMaker HyperPod cluster.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ClusterOrchestrator Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. orchestrator(ClusterOrchestrator orchestrator)The type of orchestrator to use for the SageMaker HyperPod cluster.DescribeClusterResponse.BuilderDescribeClusterResponse.Builder. orchestrator(ClusterOrchestrator orchestrator)The type of orchestrator used for the SageMaker HyperPod cluster.
-