Skip to content

Commit c148fe3

Browse files
author
AWS
committed
AWS Clean Rooms ML Update: Add support for SQL compute configuration for StartAudienceGenerationJob API.
1 parent 727e2e1 commit c148fe3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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": "Add support for SQL compute configuration for StartAudienceGenerationJob API."
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,8 @@
10941094
"sqlParameters":{
10951095
"shape":"ProtectedQuerySQLParameters",
10961096
"documentation":"<p>The protected SQL query parameters.</p>"
1097-
}
1097+
},
1098+
"sqlComputeConfiguration":{"shape":"ComputeConfiguration"}
10981099
},
10991100
"documentation":"<p>Defines the Amazon S3 bucket where the seed audience for the generating audience is stored.</p>"
11001101
},
@@ -5419,7 +5420,7 @@
54195420
},
54205421
"dataSource":{
54215422
"shape":"ModelInferenceDataSource",
5422-
"documentation":"<p>Defines he data source that is used for the trained model inference job.</p>"
5423+
"documentation":"<p>Defines the data source that is used for the trained model inference job.</p>"
54235424
},
54245425
"description":{
54255426
"shape":"ResourceDescription",

0 commit comments

Comments
 (0)