Google Cloud Ai Platform V1 Client - Class EnterpriseWebSearch (1.39.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class EnterpriseWebSearch.

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

Generated from protobuf message google.cloud.aiplatform.v1.EnterpriseWebSearch

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ exclude_domains array

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

↳ blocking_confidence int

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

getExcludeDomains

Optional. List of domains to be excluded from the search results.

The default limit is 2000 domains.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setExcludeDomains

Optional. List of domains to be excluded from the search results.

The default limit is 2000 domains.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getBlockingConfidence

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

Returns
Type Description
int

hasBlockingConfidence

clearBlockingConfidence

setBlockingConfidence

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

Parameter
Name Description
var int
Returns
Type Description
$this