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

GoogleCloudAiplatformV1BigQueryDestination

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

The BigQuery location for the output content.

interface GoogleCloudAiplatformV1BigQueryDestination {
outputUri?: string;
}

§Properties

§
outputUri?: string
[src]

Required. BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: * BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.