Interface ClusterSummary.Builder

  • Method Details

    • 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

      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:
    • 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.