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

BigQueryDestination

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

BigQuery destination for evaluation results.

interface BigQueryDestination {
createNewResultsTable?: boolean;
destinationDataset?: string;
}

§Properties

§
createNewResultsTable?: boolean
[src]

Optional. Determines if a new results table will be created when an Execution is created.

§
destinationDataset?: string
[src]

Optional. Destination dataset to save evaluation results.