Skip to content

Commit 4412d89

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.
1 parent 9016937 commit 4412d89

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7731,6 +7731,12 @@
77317731
"max":100,
77327732
"min":1
77337733
},
7734+
"ClusterInstanceGroupsToDelete":{
7735+
"type":"list",
7736+
"member":{"shape":"ClusterInstanceGroupName"},
7737+
"max":100,
7738+
"min":0
7739+
},
77347740
"ClusterInstancePlacement":{
77357741
"type":"structure",
77367742
"members":{
@@ -40306,6 +40312,10 @@
4030640312
"NodeRecovery":{
4030740313
"shape":"ClusterNodeRecovery",
4030840314
"documentation":"<p>The node recovery mode to be applied to the SageMaker HyperPod cluster.</p>"
40315+
},
40316+
"InstanceGroupsToDelete":{
40317+
"shape":"ClusterInstanceGroupsToDelete",
40318+
"documentation":"<p>Specify the names of the instance groups to delete. Use a single <code>,</code> as the separator between multiple names.</p>"
4030940319
}
4031040320
}
4031140321
},

0 commit comments

Comments
 (0)