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

GoogleCloudDatalabelingV1alpha1LabelOperationMetadata

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

Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 23

§Properties

§
annotatedDataset?: string
[src]

Output only. The name of annotated dataset in format "projects//datasets//annotatedDatasets/*".

§
createTime?: Date
[src]

Output only. Timestamp when labeling request was created.

§
dataset?: string
[src]

Output only. The name of dataset to be labeled. "projects//datasets/"

§

Details of label image bounding box operation.

§

Details of label image bounding poly operation.

§

Details of label image classification operation.

§

Details of label image oriented bounding box operation.

§

Details of label image polyline operation.

§

Details of label image segmentation operation.

§
partialFailures?: GoogleRpcStatus[]
[src]

Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

§
progressPercent?: number
[src]

Output only. Progress of label operation. Range: [0, 100].

§

Details of label text classification operation.

§

Details of label text entity extraction operation.

§

Details of label video classification operation.

§

Details of label video event operation.

§

Details of label video object detection operation.

§

Details of label video object tracking operation.