Skip to content

Commit aa6e30f

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters
1 parent 6cfc54b commit aa6e30f

File tree

3 files changed

+411
-17
lines changed

3 files changed

+411
-17
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": "Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters"
6+
}

services/sagemaker/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,12 @@
467467
"limit_key": "MaxResults",
468468
"result_key": "TrialSummaries"
469469
},
470+
"ListUltraServersByReservedCapacity": {
471+
"input_token": "NextToken",
472+
"output_token": "NextToken",
473+
"limit_key": "MaxResults",
474+
"result_key": "UltraServers"
475+
},
470476
"ListUserProfiles": {
471477
"input_token": "NextToken",
472478
"output_token": "NextToken",

0 commit comments

Comments
 (0)