frauddetector_get_variables {paws.machine.learning} | R 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. |
[Package paws.machine.learning version 0.9.0 Index]