GetDetectorVersionResult
public struct GetDetectorVersionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The detector version ARN.
Declaration
Swift
public let arn: String?
-
The timestamp when the detector version was created.
Declaration
Swift
public let createdTime: String?
-
The detector version description.
Declaration
Swift
public let description: String?
-
The detector ID.
Declaration
Swift
public let detectorId: String?
-
The detector version ID.
Declaration
Swift
public let detectorVersionId: String?
-
The Amazon SageMaker model endpoints included in the detector version.
Declaration
Swift
public let externalModelEndpoints: [String]?
-
The timestamp when the detector version was last updated.
Declaration
Swift
public let lastUpdatedTime: String?
-
The model versions included in the detector version.
Declaration
Swift
public let modelVersions: [ModelVersion]?
-
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.
Declaration
Swift
public let ruleExecutionMode: RuleExecutionMode?
-
The rules included in the detector version.
Declaration
Swift
public let rules: [Rule]?
-
The status of the detector version.
Declaration
Swift
public let status: DetectorVersionStatus?
-
init(arn:createdTime:description:detectorId:detectorVersionId:externalModelEndpoints:lastUpdatedTime:modelVersions:ruleExecutionMode:rules:status:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, detectorId: String? = nil, detectorVersionId: String? = nil, externalModelEndpoints: [String]? = nil, lastUpdatedTime: String? = nil, modelVersions: [ModelVersion]? = nil, ruleExecutionMode: RuleExecutionMode? = nil, rules: [Rule]? = nil, status: DetectorVersionStatus? = nil)