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

GoogleCloudAiplatformV1SchemaTextDataItem

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

Payload of Text DataItem.

interface GoogleCloudAiplatformV1SchemaTextDataItem {
readonly gcsUri?: string;
}

§Properties

§
readonly gcsUri?: string
[src]

Output only. Google Cloud Storage URI points to the original text in user's bucket. The text file is up to 10MB in size.