Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetEventPredictionMetadataResult

import type { GetEventPredictionMetadataResult } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface GetEventPredictionMetadataResult {
detectorId?: string | null;
detectorVersionId?: string | null;
detectorVersionStatus?: string | null;
entityId?: string | null;
entityType?: string | null;
evaluatedExternalModels?: EvaluatedExternalModel[] | null;
evaluatedModelVersions?: EvaluatedModelVersion[] | null;
eventId?: string | null;
eventTimestamp?: string | null;
eventTypeName?: string | null;
eventVariables?: EventVariableSummary[] | null;
outcomes?: string[] | null;
predictionTimestamp?: string | null;
ruleExecutionMode?: RuleExecutionMode | null;
rules?: EvaluatedRule[] | null;
}

§Properties

§
detectorId?: string | null
[src]

The detector ID.

§
detectorVersionId?: string | null
[src]

The detector version ID.

§
detectorVersionStatus?: string | null
[src]

The status of the detector version.

§
entityId?: string | null
[src]

The entity ID.

§
entityType?: string | null
[src]

The entity type.

§
evaluatedExternalModels?: EvaluatedExternalModel[] | null
[src]

External (Amazon SageMaker) models that were evaluated for generating predictions.

§
evaluatedModelVersions?: EvaluatedModelVersion[] | null
[src]

Model versions that were evaluated for generating predictions.

§
eventId?: string | null
[src]

The event ID.

§
eventTimestamp?: string | null
[src]

The timestamp for when the prediction was generated for the associated event ID.

§
eventTypeName?: string | null
[src]

The event type associated with the detector specified for this prediction.

§
eventVariables?: EventVariableSummary[] | null
[src]

A list of event variables that influenced the prediction scores.

§
outcomes?: string[] | null
[src]

The outcomes of the matched rule, based on the rule execution mode.

§
predictionTimestamp?: string | null
[src]

The timestamp that defines when the prediction was generated.

§
ruleExecutionMode?: RuleExecutionMode | null
[src]

The execution mode of the rule used for evaluating variable values.

§
rules?: EvaluatedRule[] | null
[src]

List of rules associated with the detector version that were used for evaluating variable values.