personalizeevents_put_actions {paws.machine.learning} | R Documentation |
Adds one or more actions to an Actions dataset
Description
Adds one or more actions to an Actions dataset. For more information see Importing actions individually.
See https://www.paws-r-sdk.com/docs/personalizeevents_put_actions/ for full documentation.
Usage
personalizeevents_put_actions(datasetArn, actions)
Arguments
datasetArn |
[required] The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to. |
actions |
[required] A list of action data. |
[Package paws.machine.learning version 0.9.0 Index]