class Aws::PersonalizeEvents::Types::Item
Represents item metadata added to an Items dataset using the `PutItems` API. For more information see [Importing Items Incrementally].
[1]: docs.aws.amazon.com/personalize/latest/dg/importing-items.html
@note When making an API call, you may pass Item
data as a hash: { item_id: "StringType", # required properties: "ItemProperties", }
@!attribute [rw] item_id
The ID associated with the item. @return [String]
@!attribute [rw] properties
A string map of item-specific metadata. Each element in the map consists of a key-value pair. For example, `\{"numberOfRatings": "12"\}`. The keys use camel case names that match the fields in the schema for the Items dataset. In the previous example, the `numberOfRatings` matches the 'NUMBER\_OF\_RATINGS' field defined in the Items schema. For categorical string data, to include multiple categories for a single item, separate each category with a pipe separator (`|`). For example, `"Horror|Action"`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/personalize-events-2018-03-22/Item AWS API Documentation
Constants
- SENSITIVE