Skip to content

Commit 901e7a6

Browse files
Amazon SageMaker Service: Amazon SageMaker HyperPod now returns ImageVersionStatus in DescribeCluster, DescribeClusterNode, and ListClusterNodes responses, indicating whether cluster instances are running the latest available image version.
1 parent e820e6b commit 901e7a6

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

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": "Amazon SageMaker HyperPod now returns ImageVersionStatus in DescribeCluster, DescribeClusterNode, and ListClusterNodes responses, indicating whether cluster instances are running the latest available image version."
6+
}

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10095,6 +10095,14 @@
1009510095
},
1009610096
"documentation":"<p>Defines the configuration for attaching an Amazon FSx for OpenZFS file system to instances in a SageMaker HyperPod cluster instance group.</p>"
1009710097
},
10098+
"ClusterImageVersionStatus":{
10099+
"type":"string",
10100+
"documentation":"<p>The status of the Amazon Machine Image (AMI) version for the HyperPod cluster instance group, node, or cluster. The AMI version is determined at the instance group level, and all nodes within an instance group run the same AMI. The cluster-level status is aggregated across all instance groups.</p> <ul> <li> <p> <code>UpToDate</code>: The resource is running the latest available AMI version.</p> </li> <li> <p> <code>UpdateAvailable</code>: A newer AMI version is available for the resource.</p> </li> </ul>",
10101+
"enum":[
10102+
"UpToDate",
10103+
"UpdateAvailable"
10104+
]
10105+
},
1009810106
"ClusterInstanceCount":{
1009910107
"type":"integer",
1010010108
"box":true,
@@ -10180,6 +10188,10 @@
1018010188
"shape":"ImageId",
1018110189
"documentation":"<p>The ID of the Amazon Machine Image (AMI) desired for the instance group.</p>"
1018210190
},
10191+
"ImageVersionStatus":{
10192+
"shape":"ClusterImageVersionStatus",
10193+
"documentation":"<p>The status of the image version for the instance group. Indicates whether the instance group is running the latest image version or if an update is available.</p>"
10194+
},
1018310195
"ActiveOperations":{
1018410196
"shape":"ActiveOperations",
1018510197
"documentation":"<p>A map indicating active operations currently in progress for the instance group of a SageMaker HyperPod cluster. When there is a scaling operation in progress, this map contains a key <code>Scaling</code> with value 1. </p>"
@@ -10855,6 +10867,10 @@
1085510867
"shape":"ImageId",
1085610868
"documentation":"<p>The ID of the Amazon Machine Image (AMI) desired for the node.</p>"
1085710869
},
10870+
"ImageVersionStatus":{
10871+
"shape":"ClusterImageVersionStatus",
10872+
"documentation":"<p>The status of the image version for the cluster node.</p>"
10873+
},
1085810874
"UltraServerInfo":{
1085910875
"shape":"UltraServerInfo",
1086010876
"documentation":"<p>Contains information about the UltraServer.</p>"
@@ -10958,6 +10974,10 @@
1095810974
"PrivateDnsHostname":{
1095910975
"shape":"ClusterPrivateDnsHostname",
1096010976
"documentation":"<p>The private DNS hostname of the SageMaker HyperPod cluster node.</p>"
10977+
},
10978+
"ImageVersionStatus":{
10979+
"shape":"ClusterImageVersionStatus",
10980+
"documentation":"<p>The status of the image version for the cluster node.</p>"
1096110981
}
1096210982
},
1096310983
"documentation":"<p>Lists a summary of the properties of an instance (also called a <i>node</i> interchangeably) of a SageMaker HyperPod cluster.</p>"

0 commit comments

Comments
 (0)