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

GoogleCloudDatalabelingV1beta1LabelStats

import type { GoogleCloudDatalabelingV1beta1LabelStats } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Statistics about annotation specs.

interface GoogleCloudDatalabelingV1beta1LabelStats {
exampleCount?: {
[key: string]: bigint;
}
;
}

§Properties

§
exampleCount?: {
[key: string]: bigint;
}
[src]

Map of each annotation spec's example count. Key is the annotation spec name and value is the number of examples for that annotation spec. If the annotated dataset does not have annotation spec, the map will return a pair where the key is empty string and value is the total number of annotations.