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

GoogleCloudAiplatformV1GcsSource

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

The Google Cloud Storage location for the input content.

interface GoogleCloudAiplatformV1GcsSource {
uris?: string[];
}

§Properties

§
uris?: string[]
[src]

Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.