personalize_list_event_trackers: Returns the list of event trackers associated with the...

View source: R/personalize_operations.R

personalize_list_event_trackersR Documentation

Returns the list of event trackers associated with the account

Description

Returns the list of event trackers associated with the account. The response provides the properties for each event tracker, including the Amazon Resource Name (ARN) and tracking ID. For more information on event trackers, see create_event_tracker.

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

Usage

personalize_list_event_trackers(
  datasetGroupArn = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

datasetGroupArn

The ARN of a dataset group used to filter the response.

nextToken

A token returned from the previous call to list_event_trackers for getting the next set of event trackers (if they exist).

maxResults

The maximum number of event trackers to return.


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