Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.clone() |
UpdateRecommenderConfiguration |
UpdateRecommenderConfigurationRequest.getUpdateRecommenderConfiguration() |
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withAttributes(Map<String,String> attributes)
A map of key-value pairs that defines 1-10 custom endpoint or user attributes, depending on the value for the
RecommendationProviderIdType property.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withDescription(String description)
A custom description of the configuration for the recommender model.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withName(String name)
A custom name of the configuration for the recommender model.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withRecommendationProviderIdType(String recommendationProviderIdType)
The type of Amazon Pinpoint ID to associate with unique user IDs in the recommender model.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withRecommendationProviderRoleArn(String recommendationProviderRoleArn)
The 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.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withRecommendationProviderUri(String recommendationProviderUri)
The Amazon Resource Name (ARN) of the recommender model to retrieve recommendation data from.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withRecommendationsDisplayName(String recommendationsDisplayName)
A 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.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withRecommendationsPerMessage(Integer recommendationsPerMessage)
The number of recommended items to retrieve from the model for each endpoint or user, depending on the value for
the RecommendationProviderIdType property.
|
UpdateRecommenderConfiguration |
UpdateRecommenderConfiguration.withRecommendationTransformerUri(String recommendationTransformerUri)
The name or Amazon Resource Name (ARN) of the AWS Lambda function to invoke for additional processing of
recommendation data that's retrieved from the recommender model.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateRecommenderConfigurationRequest.setUpdateRecommenderConfiguration(UpdateRecommenderConfiguration updateRecommenderConfiguration) |
UpdateRecommenderConfigurationRequest |
UpdateRecommenderConfigurationRequest.withUpdateRecommenderConfiguration(UpdateRecommenderConfiguration updateRecommenderConfiguration) |
Copyright © 2023. All rights reserved.