Interface ClusterSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterSummary.Builder,ClusterSummary>,SdkBuilder<ClusterSummary.Builder,ClusterSummary>,SdkPojo
- Enclosing class:
- ClusterSummary
public static interface ClusterSummary.Builder extends SdkPojo, CopyableBuilder<ClusterSummary.Builder,ClusterSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterSummary.BuilderclusterArn(String clusterArn)The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.ClusterSummary.BuilderclusterName(String clusterName)The name of the SageMaker HyperPod cluster.ClusterSummary.BuilderclusterStatus(String clusterStatus)The status of the SageMaker HyperPod cluster.ClusterSummary.BuilderclusterStatus(ClusterStatus clusterStatus)The status of the SageMaker HyperPod cluster.ClusterSummary.BuildercreationTime(Instant creationTime)The time when the SageMaker HyperPod cluster is created.ClusterSummary.BuildertrainingPlanArns(String... trainingPlanArns)A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster.ClusterSummary.BuildertrainingPlanArns(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 Detail
-
clusterArn
ClusterSummary.Builder clusterArn(String 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
ClusterSummary.Builder clusterName(String 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
ClusterSummary.Builder creationTime(Instant 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
ClusterSummary.Builder clusterStatus(String 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,ClusterStatus
-
clusterStatus
ClusterSummary.Builder clusterStatus(ClusterStatus 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,ClusterStatus
-
trainingPlanArns
ClusterSummary.Builder trainingPlanArns(Collection<String> 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
ClusterSummary.Builder trainingPlanArns(String... 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.
-
-