Skip to content

Commit f5214ab

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Add support for SageMaker Hyperpod continuous scaling and custom AMI; Introduce new APIs: ListClusterEvents, DescribeClusterEvent, BatchAddClusterNodes
1 parent 2800f91 commit f5214ab

File tree

4 files changed

+694
-1
lines changed

4 files changed

+694
-1
lines changed

.attach_pid805

Whitespace-only changes.
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 support for SageMaker Hyperpod continuous scaling and custom AMI; Introduce new APIs: ListClusterEvents, DescribeClusterEvent, BatchAddClusterNodes"
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
@@ -60,6 +60,12 @@
6060
"limit_key": "MaxResults",
6161
"result_key": "Candidates"
6262
},
63+
"ListClusterEvents": {
64+
"input_token": "NextToken",
65+
"output_token": "NextToken",
66+
"limit_key": "MaxResults",
67+
"result_key": "Events"
68+
},
6369
"ListClusterNodes": {
6470
"input_token": "NextToken",
6571
"output_token": "NextToken",

0 commit comments

Comments
 (0)