You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::GetDetectorVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetDetectorVersionResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The detector version ARN.
-
#created_time ⇒ String
The timestamp when the detector version was created.
-
#description ⇒ String
The detector version description.
-
#detector_id ⇒ String
The detector ID.
-
#detector_version_id ⇒ String
The detector version ID.
-
#external_model_endpoints ⇒ Array<String>
The Amazon SageMaker model endpoints included in the detector version.
-
#last_updated_time ⇒ String
The timestamp when the detector version was last updated.
-
#model_versions ⇒ Array<Types::ModelVersion>
The model versions included in the detector version.
-
#rule_execution_mode ⇒ String
The execution mode of the rule in the dectector.
-
#rules ⇒ Array<Types::Rule>
The rules included in the detector version.
-
#status ⇒ String
The status of the detector version.
Instance Attribute Details
#arn ⇒ String
The detector version ARN.
#created_time ⇒ String
The timestamp when the detector version was created.
#description ⇒ String
The detector version description.
#detector_id ⇒ String
The detector ID.
#detector_version_id ⇒ String
The detector version ID.
#external_model_endpoints ⇒ Array<String>
The Amazon SageMaker model endpoints included in the detector version.
#last_updated_time ⇒ String
The timestamp when the detector version was last updated.
#model_versions ⇒ Array<Types::ModelVersion>
The model versions included in the detector version.
#rule_execution_mode ⇒ String
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.
Possible values:
- ALL_MATCHED
- FIRST_MATCHED
#rules ⇒ Array<Types::Rule>
The rules included in the detector version.
#status ⇒ String
The status of the detector version.
Possible values:
- DRAFT
- ACTIVE
- INACTIVE