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

ATITrainingMetricsValue

import type { ATITrainingMetricsValue } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

The Account Takeover Insights (ATI) model training metric details.

interface ATITrainingMetricsValue {
metricDataPoints?: ATIMetricDataPoint[] | null;
modelPerformance?: ATIModelPerformance | null;
}

§Properties

§
metricDataPoints?: ATIMetricDataPoint[] | null
[src]

The model's performance metrics data points.

§
modelPerformance?: ATIModelPerformance | null
[src]

The model's overall performance scores.