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 BatchAddClusterNodes operation.
Adds nodes to a HyperPod cluster by incrementing the target count for one or more
instance groups. This operation returns a unique
This API is only supported for clusters using NodeLogicalId
for each node
being added, which can be used to track the provisioning status of the node. This
API provides a safer alternative to UpdateCluster
for scaling operations by
avoiding unintended configuration changes.
Continuous
as the NodeProvisioningMode
.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class BatchAddClusterNodesRequest : AmazonSageMakerRequest IAmazonWebServiceRequest
The BatchAddClusterNodesRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
BatchAddClusterNodesRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientToken | System.String |
Gets and sets the property ClientToken.
A unique, case-sensitive identifier that you provide to ensure the idempotency of
the request. This token is valid for 8 hours. If you retry the request with the same
client token within this timeframe and the same parameters, the API returns the same
set of |
![]() |
ClusterName | System.String |
Gets and sets the property ClusterName. The name of the HyperPod cluster to which you want to add nodes. |
![]() |
NodesToAdd | System.Collections.Generic.List<Amazon.SageMaker.Model.AddClusterNodeSpecification> |
Gets and sets the property NodesToAdd. A list of instance groups and the number of nodes to add to each. You can specify up to 5 instance groups in a single request, with a maximum of 50 nodes total across all instance groups. |
.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