Creates a recommender schema
Source:R/customerprofiles_operations.R
customerprofiles_create_recommender_schema.RdCreates a recommender schema. A recommender schema defines the set of data columns available for training recommenders and filters under a domain.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_recommender_schema/ for full documentation.
Usage
customerprofiles_create_recommender_schema(
DomainName,
RecommenderSchemaName,
Fields,
Tags = NULL
)Arguments
- DomainName
[required] The unique name of the domain.
- RecommenderSchemaName
[required] The name of the recommender schema. The name must be unique within the domain.
- Fields
[required] A map of dataset type to column definitions that specifies which data columns to include in the schema. The
_webAnalyticsand_catalogItemkeys are supported.The tags used to organize, track, or control access for this resource.