personalize_create_dataset {paws.machine.learning} | R Documentation |
Creates an empty dataset and adds it to the specified dataset group
Description
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.
Usage
personalize_create_dataset(
name,
schemaArn,
datasetGroupArn,
datasetType,
tags = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.7.0 Index]