personalize_create_dataset_group: Creates an empty dataset group

View source: R/personalize_operations.R

personalize_create_dataset_groupR Documentation

Creates an empty dataset group

Description

Creates an empty dataset group. A dataset group is a container for Amazon Personalize resources. A dataset group can contain at most three datasets, one for each type of dataset:

See https://www.paws-r-sdk.com/docs/personalize_create_dataset_group/ for full documentation.

Usage

personalize_create_dataset_group(
  name,
  roleArn = NULL,
  kmsKeyArn = NULL,
  domain = NULL,
  tags = NULL
)

Arguments

name

[required] The name for the new dataset group.

roleArn

The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.

kmsKeyArn

The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.

domain

The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.

tags

A list of tags to apply to the dataset group.


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