frauddetector_create_variable {paws.machine.learning} | R Documentation |
Creates a variable
Description
Creates a variable.
See https://www.paws-r-sdk.com/docs/frauddetector_create_variable/ for full documentation.
Usage
frauddetector_create_variable(
name,
dataType,
dataSource,
defaultValue,
description = NULL,
variableType = NULL,
tags = NULL
)
Arguments
name |
[required] The name of the variable. |
dataType |
[required] The data type of the variable. |
dataSource |
[required] The source of the data. |
defaultValue |
[required] The default value for the variable when no value is received. |
description |
The description. |
variableType |
The variable type. For more information see Variable types. Valid Values:
|
tags |
A collection of key and value pairs. |