Skip to contents

Creates a recommender

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

Usage

customerprofiles_create_recommender(
  DomainName,
  RecommenderName,
  RecommenderRecipeName,
  RecommenderConfig = NULL,
  Description = NULL,
  RecommenderSchemaName = NULL,
  Tags = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

RecommenderName

[required] The name of the recommender.

RecommenderRecipeName

[required] The name of the recommeder recipe.

RecommenderConfig

The recommender configuration.

Description

The description of the domain object type.

RecommenderSchemaName

The name of the recommender schema to use for this recommender. If not specified, the default schema is used.

Tags

The tags used to organize, track, or control access for this resource.