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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The detector version ARN.

Returns:

  • (String)

    The detector version ARN.

#created_timeString

The timestamp when the detector version was created.

Returns:

  • (String)

    The timestamp when the detector version was created.

#descriptionString

The detector version description.

Returns:

  • (String)

    The detector version description.

#detector_idString

The detector ID.

Returns:

  • (String)

    The detector ID.

#detector_version_idString

The detector version ID.

Returns:

  • (String)

    The detector version ID.

#external_model_endpointsArray<String>

The Amazon SageMaker model endpoints included in the detector version.

Returns:

  • (Array<String>)

    The Amazon SageMaker model endpoints included in the detector version.

#last_updated_timeString

The timestamp when the detector version was last updated.

Returns:

  • (String)

    The timestamp when the detector version was last updated.

#model_versionsArray<Types::ModelVersion>

The model versions included in the detector version.

Returns:

#rule_execution_modeString

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

Returns:

  • (String)

    The execution mode of the rule in the dectector.

#rulesArray<Types::Rule>

The rules included in the detector version.

Returns:

  • (Array<Types::Rule>)

    The rules included in the detector version.

#statusString

The status of the detector version.

Possible values:

  • DRAFT
  • ACTIVE
  • INACTIVE

Returns:

  • (String)

    The status of the detector version.