static ClusterNodeDetails.Builder |
ClusterNodeDetails.builder() |
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceGroupName(String instanceGroupName) |
The instance group name in which the instance is.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceId(String instanceId) |
The ID of the instance.
|
default ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceStatus(Consumer<ClusterInstanceStatusDetails.Builder> instanceStatus) |
The status of the instance.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceStatus(ClusterInstanceStatusDetails instanceStatus) |
The status of the instance.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceType(String instanceType) |
The type of the instance.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceType(ClusterInstanceType instanceType) |
The type of the instance.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.launchTime(Instant launchTime) |
The time when the instance is launched.
|
default ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.lifeCycleConfig(Consumer<ClusterLifeCycleConfig.Builder> lifeCycleConfig) |
The LifeCycle configuration applied to the instance.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.lifeCycleConfig(ClusterLifeCycleConfig lifeCycleConfig) |
The LifeCycle configuration applied to the instance.
|
default ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.placement(Consumer<ClusterInstancePlacement.Builder> placement) |
The placement details of the SageMaker HyperPod cluster node.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.placement(ClusterInstancePlacement placement) |
The placement details of the SageMaker HyperPod cluster node.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.privateDnsHostname(String privateDnsHostname) |
The private DNS hostname of the SageMaker HyperPod cluster node.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.privatePrimaryIp(String privatePrimaryIp) |
The private primary IP address of the SageMaker HyperPod cluster node.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.threadsPerCore(Integer threadsPerCore) |
The number of threads per CPU core you specified under CreateCluster.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.toBuilder() |
|