frauddetector_update_event_label: Updates the specified event with a new label

View source: R/frauddetector_operations.R

frauddetector_update_event_labelR Documentation

Updates the specified event with a new label

Description

Updates the specified event with a new label.

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

Usage

frauddetector_update_event_label(
  eventId,
  eventTypeName,
  assignedLabel,
  labelTimestamp
)

Arguments

eventId

[required] The ID of the event associated with the label to update.

eventTypeName

[required] The event type of the event associated with the label to update.

assignedLabel

[required] The new label to assign to the event.

labelTimestamp

[required] The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.