Get Recommender Configuration
pinpoint_get_recommender_configuration | R Documentation |
Retrieves information about an Amazon Pinpoint configuration for a recommender model¶
Description¶
Retrieves information about an Amazon Pinpoint configuration for a recommender model.
Usage¶
Arguments¶
RecommenderId
[required] The unique identifier for the recommender model configuration. This identifier is displayed as the Recommender ID on the Amazon Pinpoint console.
Value¶
A list with the following syntax:
list(
RecommenderConfigurationResponse = 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
)
)