Skip to content

Commit 8953f1b

Browse files
author
AWS
committed
AWS Clean Rooms ML Update: This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML.
1 parent eb4c3a2 commit 8953f1b

File tree

3 files changed

+435
-59
lines changed

3 files changed

+435
-59
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": "AWS Clean Rooms ML",
4+
"contributor": "",
5+
"description": "This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
"limit_key": "maxResults",
7979
"result_key": "trainedModelInferenceJobs"
8080
},
81+
"ListTrainedModelVersions": {
82+
"input_token": "nextToken",
83+
"output_token": "nextToken",
84+
"limit_key": "maxResults",
85+
"result_key": "trainedModels"
86+
},
8187
"ListTrainedModels": {
8288
"input_token": "nextToken",
8389
"output_token": "nextToken",

0 commit comments

Comments
 (0)