![]() |
![]()
| ![]() |
![]()
NAMEPaws::PersonalizeEvents::Item USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::PersonalizeEvents::Item object: $service_obj->Method(Att1 => { ItemId => $value, ..., Properties => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::PersonalizeEvents::Item object: $result = $service_obj->Method(...); $result->Att1->ItemId DESCRIPTIONRepresents item metadata added to an Items dataset using the "PutItems" API. For more information see Importing Items Incrementally (https://docs.aws.amazon.com/personalize/latest/dg/importing-items.html). ATTRIBUTESREQUIRED ItemId => StrThe ID associated with the item. Properties => StrA 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\"". SEE ALSOThis class forms part of Paws, describing an object used in Paws::PersonalizeEvents BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|