View source: R/personalize_operations.R
personalize_create_dataset | R Documentation |
Creates an empty dataset and adds it to the specified dataset group. Use create_dataset_import_job
to import your training data to a dataset.
See https://www.paws-r-sdk.com/docs/personalize_create_dataset/ for full documentation.
personalize_create_dataset(
name,
schemaArn,
datasetGroupArn,
datasetType,
tags = NULL
)
name |
[required] The name for the dataset. |
schemaArn |
[required] The ARN of the schema to associate with the dataset. The schema defines the dataset fields. |
datasetGroupArn |
[required] The Amazon Resource Name (ARN) of the dataset group to add the dataset to. |
datasetType |
[required] The type of dataset. One of the following (case insensitive) values:
|
tags |
A list of tags to apply to the dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.