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

GoogleCloudAiplatformV1SchemaTextDatasetMetadata

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

The metadata of Datasets that contain Text DataItems.

interface GoogleCloudAiplatformV1SchemaTextDatasetMetadata {
dataItemSchemaUri?: string;
gcsBucket?: string;
}

§Properties

§
dataItemSchemaUri?: string
[src]

Points to a YAML file stored on Google Cloud Storage describing payload of the Text DataItems that belong to this Dataset.

§
gcsBucket?: string
[src]

Google Cloud Storage Bucket name that contains the blob data of this Dataset.