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;
readonly vertexMultimodalDatasetName?: 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.