-
Notifications
You must be signed in to change notification settings - Fork 859
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Amazon Personalize Events Update: Support for unstructured text input…
…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
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.changes/next-release/feature-AmazonPersonalizeEvents-611a419.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,7 +160,7 @@ | |
}, | ||
"ItemProperties":{ | ||
"type":"string", | ||
"max":4096, | ||
"max":24262, | ||
"min":1 | ||
}, | ||
"PutEventsRequest":{ | ||
|