frauddetector_create_list: Creates a list

View source: R/frauddetector_operations.R

frauddetector_create_listR Documentation

Creates a list

Description

Creates a list.

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

Usage

frauddetector_create_list(
  name,
  elements = NULL,
  variableType = NULL,
  description = NULL,
  tags = NULL
)

Arguments

name

[required] The name of the list.

elements

The names of the elements, if providing. You can also create an empty list and add elements later using the update_list API.

variableType

The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.

description

The description of the list.

tags

A collection of the key and value pairs.


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