Skip to contents

Updates the properties of an existing recommender, allowing you to modify its configuration and description.

See https://www.paws-r-sdk.com/docs/customerprofiles_update_recommender/ for full documentation.

Usage

customerprofiles_update_recommender(
  DomainName,
  RecommenderName,
  Description = NULL,
  RecommenderConfig = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

RecommenderName

[required] The name of the recommender to update.

Description

The new description to assign to the recommender.

RecommenderConfig

The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.