Skip to content

Commit d53c8f3

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .
1 parent 4b2032c commit d53c8f3

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
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": "Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility ."
6+
}

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8627,7 +8627,16 @@
86278627
"DesiredImageId":{
86288628
"shape":"ImageId",
86298629
"documentation":"<p>The ID of the Amazon Machine Image (AMI) desired for the instance group.</p>"
8630-
}
8630+
},
8631+
"TargetStateCount":{
8632+
"shape":"ClusterInstanceCount",
8633+
"documentation":"<p>The number of nodes running a specific image ID since the last software update request.</p>"
8634+
},
8635+
"SoftwareUpdateStatus":{
8636+
"shape":"SoftwareUpdateStatus",
8637+
"documentation":"<p>Status of the last software udpate request.</p>"
8638+
},
8639+
"ActiveSoftwareUpdateConfig":{"shape":"DeploymentConfiguration"}
86318640
},
86328641
"documentation":"<p>Details of an instance group in a SageMaker HyperPod cluster.</p>"
86338642
},
@@ -13029,10 +13038,8 @@
1302913038
"type":"structure",
1303013039
"required":[
1303113040
"TrainingJobName",
13032-
"AlgorithmSpecification",
1303313041
"RoleArn",
1303413042
"OutputDataConfig",
13035-
"ResourceConfig",
1303613043
"StoppingCondition"
1303713044
],
1303813045
"members":{
@@ -39748,6 +39755,17 @@
3974839755
"min":0,
3974939756
"pattern":"arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]+"
3975039757
},
39758+
"SoftwareUpdateStatus":{
39759+
"type":"string",
39760+
"enum":[
39761+
"Pending",
39762+
"InProgress",
39763+
"Succeeded",
39764+
"Failed",
39765+
"RollbackInProgress",
39766+
"RollbackComplete"
39767+
]
39768+
},
3975139769
"SortActionsBy":{
3975239770
"type":"string",
3975339771
"enum":[

0 commit comments

Comments
 (0)