class Aws::FraudDetector::Types::GetDetectorVersionResult
@!attribute [rw] detector_id
The detector ID. @return [String]
@!attribute [rw] detector_version_id
The detector version ID. @return [String]
@!attribute [rw] description
The detector version description. @return [String]
@!attribute [rw] external_model_endpoints
The Amazon SageMaker model endpoints included in the detector version. @return [Array<String>]
@!attribute [rw] model_versions
The model versions included in the detector version. @return [Array<Types::ModelVersion>]
@!attribute [rw] rules
The rules included in the detector version. @return [Array<Types::Rule>]
@!attribute [rw] status
The status of the detector version. @return [String]
@!attribute [rw] last_updated_time
The timestamp when the detector version was last updated. @return [String]
@!attribute [rw] created_time
The timestamp when the detector version was created. @return [String]
@!attribute [rw] rule_execution_mode
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. @return [String]
@!attribute [rw] arn
The detector version ARN. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/GetDetectorVersionResult AWS API Documentation
Constants
- SENSITIVE