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

GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataGcsSource

import type { GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataGcsSource } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataGcsSource {
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.