Interface BatchDeleteClusterNodesRequest.Builder

    • Method Detail

      • clusterName

        BatchDeleteClusterNodesRequest.Builder clusterName​(String clusterName)

        The name of the SageMaker HyperPod cluster from which to delete the specified nodes.

        Parameters:
        clusterName - The name of the SageMaker HyperPod cluster from which to delete the specified nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeIds

        BatchDeleteClusterNodesRequest.Builder nodeIds​(Collection<String> nodeIds)

        A list of node IDs to be deleted from the specified cluster.

        For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.

        Parameters:
        nodeIds - A list of node IDs to be deleted from the specified cluster.

        For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeIds

        BatchDeleteClusterNodesRequest.Builder nodeIds​(String... nodeIds)

        A list of node IDs to be deleted from the specified cluster.

        For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.

        Parameters:
        nodeIds - A list of node IDs to be deleted from the specified cluster.

        For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.