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

GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable

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

ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

interface GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable {
bigqueryTablePath?: string;
logSource?: "LOG_SOURCE_UNSPECIFIED" | "TRAINING" | "SERVING";
logType?: "LOG_TYPE_UNSPECIFIED" | "PREDICT" | "EXPLAIN";
readonly requestResponseLoggingSchemaVersion?: string;
}

§Properties

§
bigqueryTablePath?: string
[src]

The created BigQuery table to store logs. Customer could do their own query & analysis. Format: bq://.model_deployment_monitoring_._

§
logSource?: "LOG_SOURCE_UNSPECIFIED" | "TRAINING" | "SERVING"
[src]

The source of log.

§
logType?: "LOG_TYPE_UNSPECIFIED" | "PREDICT" | "EXPLAIN"
[src]

The type of log.

§
readonly requestResponseLoggingSchemaVersion?: string
[src]

Output only. The schema version of the request/response logging BigQuery table. Default to v1 if unset.