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

GoogleCloudAiplatformV1BatchPredictionJobOutputInfo

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

Further describes this job's output. Supplements output_config.

interface GoogleCloudAiplatformV1BatchPredictionJobOutputInfo {
readonly bigqueryOutputDataset?: string;
readonly bigqueryOutputTable?: string;
readonly gcsOutputDirectory?: string;
}

§Properties

§
readonly bigqueryOutputDataset?: string
[src]

Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

§
readonly bigqueryOutputTable?: string
[src]

Output only. The name of the BigQuery table created, in predictions_ format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.

§
readonly gcsOutputDirectory?: string
[src]

Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.