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

GoogleCloudDatalabelingV1beta1ClassificationMetadata

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

Metadata for classification annotations.

interface GoogleCloudDatalabelingV1beta1ClassificationMetadata {
isMultiLabel?: boolean;
}

§Properties

§
isMultiLabel?: boolean
[src]

Whether the classification task is multi-label or not.