static ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.builder() |
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.currentCount(Integer currentCount) |
The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.executionRole(String executionRole) |
The execution role for the instance group to assume.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.instanceGroupName(String instanceGroupName) |
The name of the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.instanceStorageConfigs(Collection<ClusterInstanceStorageConfig> instanceStorageConfigs) |
The additional storage configurations for the instances in the SageMaker HyperPod cluster instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.instanceStorageConfigs(Consumer<ClusterInstanceStorageConfig.Builder>... instanceStorageConfigs) |
The additional storage configurations for the instances in the SageMaker HyperPod cluster instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.instanceStorageConfigs(ClusterInstanceStorageConfig... instanceStorageConfigs) |
The additional storage configurations for the instances in the SageMaker HyperPod cluster instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.instanceType(String instanceType) |
The instance type of the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.instanceType(ClusterInstanceType instanceType) |
The instance type of the instance group of a SageMaker HyperPod cluster.
|
default ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.lifeCycleConfig(Consumer<ClusterLifeCycleConfig.Builder> lifeCycleConfig) |
Details of LifeCycle configuration for the instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.lifeCycleConfig(ClusterLifeCycleConfig lifeCycleConfig) |
Details of LifeCycle configuration for the instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.onStartDeepHealthChecks(Collection<DeepHealthCheckType> onStartDeepHealthChecks) |
A flag indicating whether deep health checks should be performed when the cluster instance group is created
or updated.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.onStartDeepHealthChecks(DeepHealthCheckType... onStartDeepHealthChecks) |
A flag indicating whether deep health checks should be performed when the cluster instance group is created
or updated.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.onStartDeepHealthChecksWithStrings(String... onStartDeepHealthChecks) |
A flag indicating whether deep health checks should be performed when the cluster instance group is created
or updated.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.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 ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.overrideVpcConfig(Consumer<VpcConfig.Builder> overrideVpcConfig) |
Sets the value of the OverrideVpcConfig property for this object.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.overrideVpcConfig(VpcConfig overrideVpcConfig) |
Sets the value of the OverrideVpcConfig property for this object.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.status(String status) |
The current status of the cluster instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.status(InstanceGroupStatus status) |
The current status of the cluster instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.targetCount(Integer targetCount) |
The number of instances you specified to add to the instance group of a SageMaker HyperPod cluster.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.threadsPerCore(Integer threadsPerCore) |
The number you specified to TreadsPerCore in CreateCluster for enabling or
disabling multithreading.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.toBuilder() |
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.trainingPlanArn(String trainingPlanArn) |
The Amazon Resource Name (ARN); of the training plan associated with this cluster instance group.
|
ClusterInstanceGroupDetails.Builder |
ClusterInstanceGroupDetails.Builder.trainingPlanStatus(String trainingPlanStatus) |
The current status of the training plan associated with this cluster instance group.
|