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

GoogleCloudDatalabelingV1beta1OperatorMetadata

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

General information useful for labels coming from contributors.

interface GoogleCloudDatalabelingV1beta1OperatorMetadata {
comments?: string[];
labelVotes?: number;
score?: number;
totalVotes?: number;
}

§Properties

§
comments?: string[]
[src]

Comments from contributors.

§
labelVotes?: number
[src]

The total number of contributors that choose this label.

§
score?: number
[src]

Confidence score corresponding to a label. For examle, if 3 contributors have answered the question and 2 of them agree on the final label, the confidence score will be 0.67 (2/3).

§
totalVotes?: number
[src]

The total number of contributors that answer this question.