personalizeevents_put_items {paws.machine.learning}R Documentation

Adds one or more items to an Items dataset

Description

Adds one or more items to an Items dataset. For more information see Importing items individually.

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

Usage

personalizeevents_put_items(datasetArn, items)

Arguments

datasetArn

[required] The Amazon Resource Name (ARN) of the Items dataset you are adding the item or items to.

items

[required] A list of item data.


[Package paws.machine.learning version 0.9.0 Index]