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

GoogleCloudDatacatalogV1VertexDatasetSpec

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

Specification for vertex dataset resources.

interface GoogleCloudDatacatalogV1VertexDatasetSpec {
dataItemCount?: bigint;
dataType?:
| "DATA_TYPE_UNSPECIFIED"
| "TABLE"
| "IMAGE"
| "TEXT"
| "VIDEO"
| "CONVERSATION"
| "TIME_SERIES"
| "DOCUMENT"
| "TEXT_TO_SPEECH"
| "TRANSLATION"
| "STORE_VISION"
| "ENTERPRISE_KNOWLEDGE_GRAPH"
| "TEXT_PROMPT";
}

§Properties

§
dataItemCount?: bigint
[src]

The number of DataItems in this Dataset. Only apply for non-structured Dataset.

§
dataType?: "DATA_TYPE_UNSPECIFIED" | "TABLE" | "IMAGE" | "TEXT" | "VIDEO" | "CONVERSATION" | "TIME_SERIES" | "DOCUMENT" | "TEXT_TO_SPEECH" | "TRANSLATION" | "STORE_VISION" | "ENTERPRISE_KNOWLEDGE_GRAPH" | "TEXT_PROMPT"
[src]

Type of the dataset.