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

GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset

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

Represents one Dataset in datalabeling.googleapis.com.

interface GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset {
dataset?: string;
datasetDisplayName?: string;
}

§Properties

§

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

§
dataset?: string
[src]

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

§
datasetDisplayName?: string
[src]

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