Interface BatchDeleteClusterNodesRequest.Builder

  • Method Details

    • 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

      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

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

      BatchDeleteClusterNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.