Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
pinpoint_get_recommender_configurations(PageSize, Token)
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"
)
)
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.
The NextToken string that specifies which page of results to return in a paginated response.
svc$get_recommender_configurations(
PageSize = "string",
Token = "string"
)