The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::FraudDetector::GetDetectorVersionResult

ATTRIBUTES

Arn => Str

The detector version ARN.

CreatedTime => Str

The timestamp when the detector version was created.

Description => Str

The detector version description.

DetectorId => Str

The detector ID.

DetectorVersionId => Str

The detector version ID.

ExternalModelEndpoints => ArrayRef[Str|Undef]

The Amazon SageMaker model endpoints included in the detector version.

LastUpdatedTime => Str

The timestamp when the detector version was last updated.

ModelVersions => ArrayRef[Paws::FraudDetector::ModelVersion]

The model versions included in the detector version.

RuleExecutionMode => Str

The execution mode of the rule in the dectector

FIRST_MATCHED indicates that 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.

ALL_MATCHED indicates that 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.

Valid values are: "ALL_MATCHED", "FIRST_MATCHED" =head2 Rules => ArrayRef[Paws::FraudDetector::Rule]

The rules included in the detector version.

Status => Str

The status of the detector version.

Valid values are: "DRAFT", "ACTIVE", "INACTIVE" =head2 _request_id => Str