Skip to content

Commit

Permalink
Amazon Personalize Events Update: Support for unstructured text input…
Browse files Browse the repository at this point in the history
…s in the items dataset to to automatically extract key information from product/content description as an input when creating solution versions.
  • Loading branch information
AWS committed Jun 9, 2021
1 parent c33ad01 commit f0ae26c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Personalize Events",
"contributor": "",
"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."
}
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
},
"ItemProperties":{
"type":"string",
"max":4096,
"max":24262,
"min":1
},
"PutEventsRequest":{
Expand Down

0 comments on commit f0ae26c

Please sign in to comment.