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

GoogleCloudDatalabelingV1beta1FeedbackThread

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

A feedback thread of a certain labeling task on a certain annotated dataset.

interface GoogleCloudDatalabelingV1beta1FeedbackThread {
name?: string;
}

§Properties

§

Metadata regarding the feedback thread.

§
name?: string
[src]

Name of the feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}'