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

GoogleCloudDatalabelingV1beta1AnnotationSpecSet

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

An AnnotationSpecSet is a collection of label definitions. For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.

interface GoogleCloudDatalabelingV1beta1AnnotationSpecSet {
blockingResources?: string[];
description?: string;
displayName?: string;
name?: string;
}

§Properties

§

Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.

§
blockingResources?: string[]
[src]

Output only. The names of any related resources that are blocking changes to the annotation spec set.

§
description?: string
[src]

Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.

§
displayName?: string
[src]

Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.

§
name?: string
[src]

Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"