| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.clone() |
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withCurrentCount(Integer currentCount)
The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withExecutionRole(String executionRole)
The execution role for the instance group to assume.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withInstanceGroupName(String instanceGroupName)
The name of the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withInstanceStorageConfigs(ClusterInstanceStorageConfig... instanceStorageConfigs)
The additional storage configurations for the instances in the SageMaker HyperPod cluster instance group.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withInstanceStorageConfigs(Collection<ClusterInstanceStorageConfig> instanceStorageConfigs)
The additional storage configurations for the instances in the SageMaker HyperPod cluster instance group.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withInstanceType(ClusterInstanceType instanceType)
The instance type of the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withInstanceType(String instanceType)
The instance type of the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withLifeCycleConfig(ClusterLifeCycleConfig lifeCycleConfig)
Details of LifeCycle configuration for the instance group.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withTargetCount(Integer targetCount)
The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withThreadsPerCore(Integer threadsPerCore)
The number you specified to
TreadsPerCore in CreateCluster for enabling or disabling
multithreading. |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterInstanceGroupDetails> |
DescribeClusterResult.getInstanceGroups()
The instance groups of the SageMaker HyperPod cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterResult |
DescribeClusterResult.withInstanceGroups(ClusterInstanceGroupDetails... instanceGroups)
The instance groups of the SageMaker HyperPod cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterResult.setInstanceGroups(Collection<ClusterInstanceGroupDetails> instanceGroups)
The instance groups of the SageMaker HyperPod cluster.
|
DescribeClusterResult |
DescribeClusterResult.withInstanceGroups(Collection<ClusterInstanceGroupDetails> instanceGroups)
The instance groups of the SageMaker HyperPod cluster.
|
Copyright © 2024. All rights reserved.