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

XPSReportingMetrics

import type { XPSReportingMetrics } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSReportingMetrics {
effectiveTrainingDuration?: number;
metricEntries?: XPSMetricEntry[];
}

§Properties

§
effectiveTrainingDuration?: number
[src]

The effective time training used. If set, this is used for quota management and billing. Deprecated. AutoML BE doesn't use this. Don't set.

§
metricEntries?: XPSMetricEntry[]
[src]

One entry per metric name. The values must be aggregated per metric name.