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

TFITrainingMetricsValue

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

The Transaction Fraud Insights (TFI) model training metric details.

interface TFITrainingMetricsValue {
metricDataPoints?: TFIMetricDataPoint[] | null;
modelPerformance?: TFIModelPerformance | null;
}

§Properties

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

The model's performance metrics data points.

§
modelPerformance?: TFIModelPerformance | null
[src]

The model performance score.