Skip to content

/AWS1/CL_FDT=>UPDATEDETECTORVERSION()

About UpdateDetectorVersion

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.

Method Signature

IMPORTING

Required arguments:

IV_DETECTORID TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The parent detector ID for the detector version you want to update.

IV_DETECTORVERSIONID TYPE /AWS1/FDTWHOLENUMBERVRSSTRING /AWS1/FDTWHOLENUMBERVRSSTRING

The detector version ID.

IT_EXTERNALMODELENDPOINTS TYPE /AWS1/CL_FDTLISTOFSTRINGS_W=>TT_LISTOFSTRINGS TT_LISTOFSTRINGS

The Amazon SageMaker model endpoints to include in the detector version.

IT_RULES TYPE /AWS1/CL_FDTRULE=>TT_RULELIST TT_RULELIST

The rules to include in the detector version.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/FDTDESCRIPTION /AWS1/FDTDESCRIPTION

The detector version description.

IT_MODELVERSIONS TYPE /AWS1/CL_FDTMODELVERSION=>TT_LISTOFMODELVERSIONS TT_LISTOFMODELVERSIONS

The model versions to include in the detector version.

IV_RULEEXECUTIONMODE TYPE /AWS1/FDTRULEEXECUTIONMODE /AWS1/FDTRULEEXECUTIONMODE

The rule execution mode to add to the detector.

If you specify FIRST_MATCHED, Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

If you specifiy ALL_MATCHED, Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status.

The default behavior is FIRST_MATCHED.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FDTUPDDETECTORVRSRSLT /AWS1/CL_FDTUPDDETECTORVRSRSLT