Learn R Programming

paws.customer.engagement (version 0.1.12)

pinpoint_get_recommender_configurations: 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

pinpoint_get_recommender_configurations(PageSize, Token)

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"
  )
)

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.

Request syntax

svc$get_recommender_configurations(
  PageSize = "string",
  Token = "string"
)