View source: R/frauddetector_operations.R
frauddetector_update_detector_version | R Documentation |
Updates a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a DRAFT
detector version.
See https://www.paws-r-sdk.com/docs/frauddetector_update_detector_version/ for full documentation.
frauddetector_update_detector_version(
detectorId,
detectorVersionId,
externalModelEndpoints,
rules,
description = NULL,
modelVersions = NULL,
ruleExecutionMode = NULL
)
detectorId |
[required] The parent detector ID for the detector version you want to update. |
detectorVersionId |
[required] The detector version ID. |
externalModelEndpoints |
[required] The Amazon SageMaker model endpoints to include in the detector version. |
rules |
[required] The rules to include in the detector version. |
description |
The detector version description. |
modelVersions |
The model versions to include in the detector version. |
ruleExecutionMode |
The rule execution mode to add to the detector. If you specify If you specifiy The default behavior is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.