Uses of Class
software.amazon.awssdk.services.sagemaker.model.ClusterInstanceGroupDetails
-
Packages that use ClusterInstanceGroupDetails Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ClusterInstanceGroupDetails in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ClusterInstanceGroupDetails Modifier and Type Method Description List<ClusterInstanceGroupDetails>DescribeClusterResponse. instanceGroups()The instance groups of the SageMaker HyperPod cluster.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ClusterInstanceGroupDetails Modifier and Type Method Description DescribeClusterResponse.BuilderDescribeClusterResponse.Builder. instanceGroups(ClusterInstanceGroupDetails... instanceGroups)The instance groups of the SageMaker HyperPod cluster.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ClusterInstanceGroupDetails Modifier and Type Method Description DescribeClusterResponse.BuilderDescribeClusterResponse.Builder. instanceGroups(Collection<ClusterInstanceGroupDetails> instanceGroups)The instance groups of the SageMaker HyperPod cluster.
-