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

GoogleCloudAiplatformV1GcsDestination

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

The Google Cloud Storage location where the output is to be written to.

interface GoogleCloudAiplatformV1GcsDestination {
outputUriPrefix?: string;
}

§Properties

§
outputUriPrefix?: string
[src]

Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.