frauddetector_describe_detector {paws.machine.learning} | R Documentation |
Gets all versions for a specified detector
Description
Gets all versions for a specified detector.
See https://www.paws-r-sdk.com/docs/frauddetector_describe_detector/ for full documentation.
Usage
frauddetector_describe_detector(
detectorId,
nextToken = NULL,
maxResults = NULL
)
Arguments
detectorId |
[required] The detector ID. |
nextToken |
The next token from the previous response. |
maxResults |
The maximum number of results to return for the request. |
[Package paws.machine.learning version 0.7.0 Index]