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.instanceStorageConfigs(Collection<ClusterInstanceStorageConfig> instanceStorageConfigs) |
The configurations of additional storage specified to the instance group where the instance (node) is
launched.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceStorageConfigs(Consumer<ClusterInstanceStorageConfig.Builder>... instanceStorageConfigs) |
The configurations of additional storage specified to the instance group where the instance (node) is
launched.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.instanceStorageConfigs(ClusterInstanceStorageConfig... instanceStorageConfigs) |
The configurations of additional storage specified to the instance group where the instance (node) is
launched.
|
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.lastSoftwareUpdateTime(Instant lastSoftwareUpdateTime) |
The time when the cluster was last updated.
|
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.overrideVpcConfig(Consumer<VpcConfig.Builder> overrideVpcConfig) |
The customized Amazon VPC configuration at the instance group level that overrides the default Amazon VPC
configuration of the SageMaker HyperPod cluster.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.overrideVpcConfig(VpcConfig overrideVpcConfig) |
The customized Amazon VPC configuration at the instance group level that overrides the default Amazon VPC
configuration of the SageMaker HyperPod cluster.
|
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.privatePrimaryIpv6(String privatePrimaryIpv6) |
The private primary IPv6 address of the SageMaker HyperPod cluster node when configured with an Amazon VPC
that supports IPv6 and includes subnets with IPv6 addressing enabled in either the cluster Amazon VPC
configuration or the instance group Amazon VPC configuration.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.Builder.threadsPerCore(Integer threadsPerCore) |
The number of threads per CPU core you specified under CreateCluster.
|
ClusterNodeDetails.Builder |
ClusterNodeDetails.toBuilder() |
|