Skip to content

Commit f0ae26c

Browse files
author
AWS
committed
Amazon Personalize Events Update: Support for unstructured text inputs in the items dataset to to automatically extract key information from product/content description as an input when creating solution versions.
1 parent c33ad01 commit f0ae26c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Personalize Events",
4+
"contributor": "",
5+
"description": "Support for unstructured text inputs in the items dataset to to automatically extract key information from product/content description as an input when creating solution versions."
6+
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
},
161161
"ItemProperties":{
162162
"type":"string",
163-
"max":4096,
163+
"max":24262,
164164
"min":1
165165
},
166166
"PutEventsRequest":{

0 commit comments

Comments
 (0)