static ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.builder() |
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.executionRole(String executionRole) |
Specifies an IAM execution role to be assumed by the instance group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.instanceCount(Integer instanceCount) |
Specifies the number of instances to add to the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.instanceGroupName(String instanceGroupName) |
Specifies the name of the instance group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.instanceStorageConfigs(Collection<ClusterInstanceStorageConfig> instanceStorageConfigs) |
Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster instance
group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.instanceStorageConfigs(Consumer<ClusterInstanceStorageConfig.Builder>... instanceStorageConfigs) |
Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster instance
group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.instanceStorageConfigs(ClusterInstanceStorageConfig... instanceStorageConfigs) |
Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster instance
group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.instanceType(String instanceType) |
Specifies the instance type of the instance group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.instanceType(ClusterInstanceType instanceType) |
Specifies the instance type of the instance group.
|
default ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.lifeCycleConfig(Consumer<ClusterLifeCycleConfig.Builder> lifeCycleConfig) |
Specifies the LifeCycle configuration for the instance group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.lifeCycleConfig(ClusterLifeCycleConfig lifeCycleConfig) |
Specifies the LifeCycle configuration for the instance group.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.onStartDeepHealthChecks(Collection<DeepHealthCheckType> onStartDeepHealthChecks) |
A flag indicating whether deep health checks should be performed when the cluster instance group is created
or updated.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.onStartDeepHealthChecks(DeepHealthCheckType... onStartDeepHealthChecks) |
A flag indicating whether deep health checks should be performed when the cluster instance group is created
or updated.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.onStartDeepHealthChecksWithStrings(String... onStartDeepHealthChecks) |
A flag indicating whether deep health checks should be performed when the cluster instance group is created
or updated.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.onStartDeepHealthChecksWithStrings(Collection<String> onStartDeepHealthChecks) |
A flag indicating whether deep health checks should be performed when the cluster instance group is created
or updated.
|
default ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.overrideVpcConfig(Consumer<VpcConfig.Builder> overrideVpcConfig) |
Sets the value of the OverrideVpcConfig property for this object.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.overrideVpcConfig(VpcConfig overrideVpcConfig) |
Sets the value of the OverrideVpcConfig property for this object.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.threadsPerCore(Integer threadsPerCore) |
Specifies the value for Threads per core.
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.toBuilder() |
|
ClusterInstanceGroupSpecification.Builder |
ClusterInstanceGroupSpecification.Builder.trainingPlanArn(String trainingPlanArn) |
The Amazon Resource Name (ARN); of the training plan to use for this cluster instance group.
|