Interface ClusterSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterSummary.Builder,
,ClusterSummary> SdkBuilder<ClusterSummary.Builder,
,ClusterSummary> SdkPojo
- Enclosing class:
ClusterSummary
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.clusterName
(String clusterName) The name of the SageMaker HyperPod cluster.clusterStatus
(String clusterStatus) The status of the SageMaker HyperPod cluster.clusterStatus
(ClusterStatus clusterStatus) The status of the SageMaker HyperPod cluster.creationTime
(Instant creationTime) The time when the SageMaker HyperPod cluster is created.trainingPlanArns
(String... trainingPlanArns) A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster.trainingPlanArns
(Collection<String> trainingPlanArns) A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clusterArn
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
- Parameters:
clusterArn
- The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
The name of the SageMaker HyperPod cluster.
- Parameters:
clusterName
- The name of the SageMaker HyperPod cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time when the SageMaker HyperPod cluster is created.
- Parameters:
creationTime
- The time when the SageMaker HyperPod cluster is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterStatus
The status of the SageMaker HyperPod cluster.
- Parameters:
clusterStatus
- The status of the SageMaker HyperPod cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clusterStatus
The status of the SageMaker HyperPod cluster.
- Parameters:
clusterStatus
- The status of the SageMaker HyperPod cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trainingPlanArns
A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster.
For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
CreateTrainingPlan
.- Parameters:
trainingPlanArns
- A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster.For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
CreateTrainingPlan
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingPlanArns
A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster.
For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
CreateTrainingPlan
.- Parameters:
trainingPlanArns
- A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster.For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
CreateTrainingPlan
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-