personalize_create_dataset: Creates an empty dataset and adds it to the specified dataset...

View source: R/personalize_operations.R

personalize_create_datasetR 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:

  • Interactions

  • Items

  • Users

tags

A list of tags to apply to the dataset.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.