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 a copy of the original text in the Vertex-managed bucket in the user's project. The text file is up to 10MB in size.