frauddetector_get_rules: Get all rules for a detector (paginated) if ruleId and...

View source: R/frauddetector_operations.R

frauddetector_get_rulesR 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.


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