| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterNodeDetails |
ClusterNodeDetails.clone() |
ClusterNodeDetails |
DescribeClusterNodeResult.getNodeDetails()
The details of the instance.
|
ClusterNodeDetails |
ClusterNodeDetails.withInstanceGroupName(String instanceGroupName)
The instance group name in which the instance is.
|
ClusterNodeDetails |
ClusterNodeDetails.withInstanceId(String instanceId)
The ID of the instance.
|
ClusterNodeDetails |
ClusterNodeDetails.withInstanceStatus(ClusterInstanceStatusDetails instanceStatus)
The status of the instance.
|
ClusterNodeDetails |
ClusterNodeDetails.withInstanceType(ClusterInstanceType instanceType)
The type of the instance.
|
ClusterNodeDetails |
ClusterNodeDetails.withInstanceType(String instanceType)
The type of the instance.
|
ClusterNodeDetails |
ClusterNodeDetails.withLaunchTime(Date launchTime)
The time when the instance is launched.
|
ClusterNodeDetails |
ClusterNodeDetails.withLifeCycleConfig(ClusterLifeCycleConfig lifeCycleConfig)
The LifeCycle configuration applied to the instance.
|
ClusterNodeDetails |
ClusterNodeDetails.withThreadsPerCore(Integer threadsPerCore)
The number of threads per CPU core you specified under
CreateCluster. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterNodeResult.setNodeDetails(ClusterNodeDetails nodeDetails)
The details of the instance.
|
DescribeClusterNodeResult |
DescribeClusterNodeResult.withNodeDetails(ClusterNodeDetails nodeDetails)
The details of the instance.
|
Copyright © 2024. All rights reserved.