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

GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset

import type { GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Represents one AnnotatedDataset in datalabeling.googleapis.com.

interface GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset {
annotatedDataset?: string;
annotatedDatasetDisplayName?: string;
}

§Properties

§
annotatedDataset?: string
[src]

Full resource name of data labeling AnnotatedDataset. Format: projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}.

§
annotatedDatasetDisplayName?: string
[src]

The AnnotatedDataset's display name in datalabeling.googleapis.com.