View source: R/cleanroomsml_operations.R
cleanroomsml_create_audience_model | R Documentation |
Defines the information necessary to create an audience model. An audience model is a machine learning model that Clean Rooms ML trains to measure similarity between users. Clean Rooms ML manages training and storing the audience model. The audience model can be used in multiple calls to the start_audience_generation_job
API.
See https://www.paws-r-sdk.com/docs/cleanroomsml_create_audience_model/ for full documentation.
cleanroomsml_create_audience_model(
trainingDataStartTime = NULL,
trainingDataEndTime = NULL,
name,
trainingDatasetArn,
kmsKeyArn = NULL,
tags = NULL,
description = NULL
)
trainingDataStartTime |
The start date and time of the training window. |
trainingDataEndTime |
The end date and time of the training window. |
name |
[required] The name of the audience model resource. |
trainingDatasetArn |
[required] The Amazon Resource Name (ARN) of the training dataset for this audience model. |
kmsKeyArn |
The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the trained ML model and the associated data. |
tags |
The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags:
|
description |
The description of the audience model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.