Uses of Class
software.amazon.awssdk.services.sagemaker.model.ClusterInstanceGroupSpecification
-
Packages that use ClusterInstanceGroupSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ClusterInstanceGroupSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ClusterInstanceGroupSpecification Modifier and Type Method Description List<ClusterInstanceGroupSpecification>CreateClusterRequest. instanceGroups()The instance groups to be created in the SageMaker HyperPod cluster.List<ClusterInstanceGroupSpecification>UpdateClusterRequest. instanceGroups()Specify the instance groups to update.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ClusterInstanceGroupSpecification Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. instanceGroups(ClusterInstanceGroupSpecification... instanceGroups)The instance groups to be created in the SageMaker HyperPod cluster.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. instanceGroups(ClusterInstanceGroupSpecification... instanceGroups)Specify the instance groups to update.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ClusterInstanceGroupSpecification Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. instanceGroups(Collection<ClusterInstanceGroupSpecification> instanceGroups)The instance groups to be created in the SageMaker HyperPod cluster.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. instanceGroups(Collection<ClusterInstanceGroupSpecification> instanceGroups)Specify the instance groups to update.
-