frauddetector_get_rules {paws.machine.learning} | R Documentation |
Get all rules for a detector (paginated) if ruleId and ruleVersion are not specified
Description
Get all rules for a detector (paginated) if ruleId
and ruleVersion
are not specified. Gets all rules for the detector and the ruleId
if present (paginated). Gets a specific rule if both the ruleId
and the ruleVersion
are specified.
See https://www.paws-r-sdk.com/docs/frauddetector_get_rules/ for full documentation.
Usage
frauddetector_get_rules(
ruleId = NULL,
detectorId,
ruleVersion = NULL,
nextToken = NULL,
maxResults = NULL
)
Arguments
ruleId |
The rule ID. |
detectorId |
[required] The detector ID. |
ruleVersion |
The rule version. |
nextToken |
The next page token. |
maxResults |
The maximum number of rules to return for the request. |
[Package paws.machine.learning version 0.7.0 Index]