View source: R/frauddetector_operations.R
frauddetector_create_detector_version | R Documentation |
Creates a detector version. The detector version starts in a DRAFT
status.
See https://www.paws-r-sdk.com/docs/frauddetector_create_detector_version/ for full documentation.
frauddetector_create_detector_version(
detectorId,
description = NULL,
externalModelEndpoints = NULL,
rules,
modelVersions = NULL,
ruleExecutionMode = NULL,
tags = NULL
)
detectorId |
[required] The ID of the detector under which you want to create a new version. |
description |
The description of the detector version. |
externalModelEndpoints |
The Amazon Sagemaker model endpoints to include in the detector version. |
rules |
[required] The rules to include in the detector version. |
modelVersions |
The model versions to include in the detector version. |
ruleExecutionMode |
The rule execution mode for the rules included in the detector version. You can define and edit the rule mode at the detector version level, when it is in draft status. If you specify If you specifiy The default behavior is |
tags |
A collection of key and value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.