![]() |
![]()
| ![]() |
![]()
NAMEPaws::Pinpoint::RecommenderConfigurationResponse 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::Pinpoint::RecommenderConfigurationResponse object: $service_obj->Method(Att1 => { Attributes => $value, ..., RecommendationTransformerUri => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::RecommenderConfigurationResponse object: $result = $service_obj->Method(...); $result->Att1->Attributes DESCRIPTIONProvides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model. ATTRIBUTESAttributes => Paws::Pinpoint::MapOf__stringA map that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommendationProviderIdType property. Each of these attributes temporarily stores a recommended item that's retrieved from the recommender model and sent to an AWS Lambda function for additional processing. Each attribute can be used as a message variable in a message template. This value is null if the configuration doesn't invoke an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data. REQUIRED CreationDate => StrThe date, in extended ISO 8601 format, when the configuration was created for the recommender model. Description => StrThe custom description of the configuration for the recommender model. REQUIRED Id => StrThe unique identifier for the recommender model configuration. REQUIRED LastModifiedDate => StrThe date, in extended ISO 8601 format, when the configuration for the recommender model was last modified. Name => StrThe custom name of the configuration for the recommender model. RecommendationProviderIdType => StrThe type of Amazon Pinpoint ID that's associated with unique user IDs in the recommender model. This value enables the model to use attribute and event data that’s specific to a particular endpoint or user in an Amazon Pinpoint application. Possible values are:
REQUIRED RecommendationProviderRoleArn => StrThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to retrieve recommendation data from the recommender model. REQUIRED RecommendationProviderUri => StrThe Amazon Resource Name (ARN) of the recommender model that Amazon Pinpoint retrieves the recommendation data from. This value is the ARN of an Amazon Personalize campaign. RecommendationsDisplayName => StrThe custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores recommended items for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This name appears in the Attribute finder of the template editor on the Amazon Pinpoint console. This value is null if the configuration doesn't invoke an AWS Lambda function (RecommendationTransformerUri) to perform additional processing of recommendation data. RecommendationsPerMessage => IntThe number of recommended items that are retrieved from the model for each endpoint or user, depending on the value for the RecommendationProviderIdType property. This number determines how many recommended items are available for use in message variables. RecommendationTransformerUri => StrThe name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to perform additional processing of recommendation data that it retrieves from the recommender model. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Pinpoint 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>
|