Uses of Class
software.amazon.awssdk.services.sagemaker.model.ClusterInstanceType
-
Packages that use ClusterInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ClusterInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ClusterInstanceType Modifier and Type Method Description static ClusterInstanceTypeClusterInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClusterInstanceTypeClusterInstanceGroupDetails. instanceType()The instance type of the instance group of a SageMaker HyperPod cluster.ClusterInstanceTypeClusterInstanceGroupSpecification. instanceType()Specifies the instance type of the instance group.ClusterInstanceTypeClusterNodeDetails. instanceType()The type of the instance.ClusterInstanceTypeClusterNodeSummary. instanceType()The type of the instance.static ClusterInstanceTypeClusterInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterInstanceType[]ClusterInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ClusterInstanceType Modifier and Type Method Description static Set<ClusterInstanceType>ClusterInstanceType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ClusterInstanceType Modifier and Type Method Description ClusterInstanceGroupDetails.BuilderClusterInstanceGroupDetails.Builder. instanceType(ClusterInstanceType instanceType)The instance type of the instance group of a SageMaker HyperPod cluster.ClusterInstanceGroupSpecification.BuilderClusterInstanceGroupSpecification.Builder. instanceType(ClusterInstanceType instanceType)Specifies the instance type of the instance group.ClusterNodeDetails.BuilderClusterNodeDetails.Builder. instanceType(ClusterInstanceType instanceType)The type of the instance.ClusterNodeSummary.BuilderClusterNodeSummary.Builder. instanceType(ClusterInstanceType instanceType)The type of the instance.
-