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

GoogleCloudAiplatformV1BigQuerySource

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

The BigQuery location for the input content.

interface GoogleCloudAiplatformV1BigQuerySource {
inputUri?: string;
}

§Properties

§
inputUri?: string
[src]

Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.