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

GoogleCloudAiplatformV1SchemaTablesDatasetMetadataGcsSource

import type { GoogleCloudAiplatformV1SchemaTablesDatasetMetadataGcsSource } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaTablesDatasetMetadataGcsSource {
uri?: string[];
}

§Properties

§
uri?: string[]
[src]

Cloud Storage URI of one or more files. Only CSV files are supported. The first line of the CSV file is used as the header. If there are multiple files, the header is the first line of the lexicographically first file, the other files must either contain the exact same header or omit the header.