AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the BatchDeleteClusterNodes operation. Deletes specific nodes within a SageMaker HyperPod cluster. BatchDeleteClusterNodes accepts a cluster name and a list of node IDs.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.BatchDeleteClusterNodesRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class BatchDeleteClusterNodesRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The BatchDeleteClusterNodesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClusterName System.String

Gets and sets the property ClusterName.

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

Public Property NodeIds System.Collections.Generic.List<System.String>

Gets and sets the property 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.

  • If you need to delete more than 99 instances, contact Support for assistance.

Public Property NodeLogicalIds System.Collections.Generic.List<System.String>

Gets and sets the property NodeLogicalIds.

A list of NodeLogicalIds identifying the nodes to be deleted. You can specify up to 50 NodeLogicalIds. You must specify either NodeLogicalIds, InstanceIds, or both, with a combined maximum of 50 identifiers.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5