![]() |
![]()
| ![]() |
![]()
NAMEPaws::PersonalizeEvents::User 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::User object: $service_obj->Method(Att1 => { Properties => $value, ..., UserId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::PersonalizeEvents::User object: $result = $service_obj->Method(...); $result->Att1->Properties DESCRIPTIONRepresents user metadata added to a Users dataset using the "PutUsers" API. For more information see Importing Users Incrementally (https://docs.aws.amazon.com/personalize/latest/dg/importing-users.html). ATTRIBUTESProperties => StrA string map of user-specific metadata. Each element in the map consists of a key-value pair. For example, "{"numberOfVideosWatched": "45"}". The keys use camel case names that match the fields in the schema for the Users dataset. In the previous example, the "numberOfVideosWatched" matches the 'NUMBER_OF_VIDEOS_WATCHED' field defined in the Users schema. For categorical string data, to include multiple categories for a single user, separate each category with a pipe separator ("|"). For example, "\"Member|Frequent shopper\"". REQUIRED UserId => StrThe ID associated with the user. 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>
|