| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.clone() |
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withExecutionRole(String executionRole)
Specifies an IAM execution role to be assumed by the instance group.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withInstanceCount(Integer instanceCount)
Specifies the number of instances to add to the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withInstanceGroupName(String instanceGroupName)
Specifies the name of the instance group.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withInstanceStorageConfigs(ClusterInstanceStorageConfig... instanceStorageConfigs)
Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster instance
group.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withInstanceStorageConfigs(Collection<ClusterInstanceStorageConfig> instanceStorageConfigs)
Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster instance
group.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withInstanceType(ClusterInstanceType instanceType)
Specifies the instance type of the instance group.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withInstanceType(String instanceType)
Specifies the instance type of the instance group.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withLifeCycleConfig(ClusterLifeCycleConfig lifeCycleConfig)
Specifies the LifeCycle configuration for the instance group.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withThreadsPerCore(Integer threadsPerCore)
Specifies the value for Threads per core.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterInstanceGroupSpecification> |
CreateClusterRequest.getInstanceGroups()
The instance groups to be created in the SageMaker HyperPod cluster.
|
List<ClusterInstanceGroupSpecification> |
UpdateClusterRequest.getInstanceGroups()
Specify the instance groups to update.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.withInstanceGroups(ClusterInstanceGroupSpecification... instanceGroups)
The instance groups to be created in the SageMaker HyperPod cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withInstanceGroups(ClusterInstanceGroupSpecification... instanceGroups)
Specify the instance groups to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterRequest.setInstanceGroups(Collection<ClusterInstanceGroupSpecification> instanceGroups)
The instance groups to be created in the SageMaker HyperPod cluster.
|
void |
UpdateClusterRequest.setInstanceGroups(Collection<ClusterInstanceGroupSpecification> instanceGroups)
Specify the instance groups to update.
|
CreateClusterRequest |
CreateClusterRequest.withInstanceGroups(Collection<ClusterInstanceGroupSpecification> instanceGroups)
The instance groups to be created in the SageMaker HyperPod cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withInstanceGroups(Collection<ClusterInstanceGroupSpecification> instanceGroups)
Specify the instance groups to update.
|
Copyright © 2025. All rights reserved.