Get Recommender Configurations
pinpoint_get_recommender_configurations | R Documentation |
Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account¶
Description¶
Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
Usage¶
Arguments¶
PageSize
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
Token
The NextToken string that specifies which page of results to return in a paginated response.
Value¶
A list with the following syntax:
list(
ListRecommenderConfigurationsResponse = list(
Item = list(
list(
Attributes = list(
"string"
),
CreationDate = "string",
Description = "string",
Id = "string",
LastModifiedDate = "string",
Name = "string",
RecommendationProviderIdType = "string",
RecommendationProviderRoleArn = "string",
RecommendationProviderUri = "string",
RecommendationTransformerUri = "string",
RecommendationsDisplayName = "string",
RecommendationsPerMessage = 123
)
),
NextToken = "string"
)
)