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
)
[required] The name for the dataset.
[required] The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
[required] The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
[required] The type of dataset.
One of the following (case insensitive) values:
Interactions
Items
Users
Actions
Action_Interactions
A list of tags to apply to the dataset.