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

GoogleCloudAiplatformV1EnterpriseWebSearch

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

Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.

interface GoogleCloudAiplatformV1EnterpriseWebSearch {
blockingConfidence?:
| "PHISH_BLOCK_THRESHOLD_UNSPECIFIED"
| "BLOCK_LOW_AND_ABOVE"
| "BLOCK_MEDIUM_AND_ABOVE"
| "BLOCK_HIGH_AND_ABOVE"
| "BLOCK_HIGHER_AND_ABOVE"
| "BLOCK_VERY_HIGH_AND_ABOVE"
| "BLOCK_ONLY_EXTREMELY_HIGH";
excludeDomains?: string[];
}

§Properties

§
blockingConfidence?: "PHISH_BLOCK_THRESHOLD_UNSPECIFIED" | "BLOCK_LOW_AND_ABOVE" | "BLOCK_MEDIUM_AND_ABOVE" | "BLOCK_HIGH_AND_ABOVE" | "BLOCK_HIGHER_AND_ABOVE" | "BLOCK_VERY_HIGH_AND_ABOVE" | "BLOCK_ONLY_EXTREMELY_HIGH"
[src]

Optional. Sites with confidence level chosen & above this value will be blocked from the search results.

§
excludeDomains?: string[]
[src]

Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.