File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
services/personalizeruntime/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Personalize Runtime" ,
4
+ "description" : " Adds support for implicit impressions"
5
+ }
Original file line number Diff line number Diff line change 102
102
"personalizedRanking" :{
103
103
"shape" :" ItemList" ,
104
104
"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>"
105
109
}
106
110
}
107
111
},
141
145
"itemList" :{
142
146
"shape" :" ItemList" ,
143
147
"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>"
144
152
}
145
153
}
146
154
},
183
191
},
184
192
"documentation" :" <p>An object that identifies an item.</p> <p>The and APIs return a list of <code>PredictedItem</code>s.</p>"
185
193
},
194
+ "RecommendationID" :{"type" :" string" },
186
195
"ResourceNotFoundException" :{
187
196
"type" :" structure" ,
188
197
"members" :{
You can’t perform that action at this time.
0 commit comments