frauddetector_get_variables: Gets all of the variables or the specific variable

View source: R/frauddetector_operations.R

frauddetector_get_variablesR Documentation

Gets all of the variables or the specific variable

Description

Gets all of the variables or the specific variable. This is a paginated API. Providing null maxSizePerPage results in retrieving maximum of 100 records per page. If you provide maxSizePerPage the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetVariablesResult as part of your request. Null pagination token fetches the records from the beginning.

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

Usage

frauddetector_get_variables(name = NULL, nextToken = NULL, maxResults = NULL)

Arguments

name

The name of the variable.

nextToken

The next page token of the get variable request.

maxResults

The max size per page determined for the get variable request.


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