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

GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig

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

Configuration for logging request-response to a BigQuery table.

interface GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig {
enabled?: boolean;
samplingRate?: number;
}

§Properties

§

BigQuery table for logging. If only given a project, a new dataset will be created with name logging__ where will be made BigQuery-dataset-name compatible (e.g. most special characters will become underscores). If no table name is given, a new table will be created with name request_response_logging

§
enabled?: boolean
[src]

If logging is enabled or not.

§
samplingRate?: number
[src]

Percentage of requests to be logged, expressed as a fraction in range(0,1].