Skip to content

Commit 1ed030e

Browse files
author
AWS
committed
Amazon Personalize Runtime Update: Adds support for implicit impressions
1 parent 89c5147 commit 1ed030e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Personalize Runtime",
4+
"description": "Adds support for implicit impressions"
5+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
"personalizedRanking":{
103103
"shape":"ItemList",
104104
"documentation":"<p>A list of items in order of most likely interest to the user. The maximum is 500.</p>"
105+
},
106+
"recommendationId":{
107+
"shape":"RecommendationID",
108+
"documentation":"<p>The ID of the recommendation.</p>"
105109
}
106110
}
107111
},
@@ -141,6 +145,10 @@
141145
"itemList":{
142146
"shape":"ItemList",
143147
"documentation":"<p>A list of recommendations sorted in ascending order by prediction score. There can be a maximum of 500 items in the list.</p>"
148+
},
149+
"recommendationId":{
150+
"shape":"RecommendationID",
151+
"documentation":"<p>The ID of the recommendation.</p>"
144152
}
145153
}
146154
},
@@ -183,6 +191,7 @@
183191
},
184192
"documentation":"<p>An object that identifies an item.</p> <p>The and APIs return a list of <code>PredictedItem</code>s.</p>"
185193
},
194+
"RecommendationID":{"type":"string"},
186195
"ResourceNotFoundException":{
187196
"type":"structure",
188197
"members":{

0 commit comments

Comments
 (0)