frauddetector_put_label: Creates or updates label

View source: R/frauddetector_operations.R

frauddetector_put_labelR Documentation

Creates or updates label

Description

Creates or updates label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector.

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

Usage

frauddetector_put_label(name, description = NULL, tags = NULL)

Arguments

name

[required] The label name.

description

The label description.

tags

A collection of key and value pairs.


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