public sealed class EnterpriseWebSearch : IMessage<EnterpriseWebSearch>, IEquatable<EnterpriseWebSearch>, IDeepCloneable<EnterpriseWebSearch>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class EnterpriseWebSearch.
Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.
Implements
IMessageEnterpriseWebSearch, IEquatableEnterpriseWebSearch, IDeepCloneableEnterpriseWebSearch, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
EnterpriseWebSearch()
public EnterpriseWebSearch()
EnterpriseWebSearch(EnterpriseWebSearch)
public EnterpriseWebSearch(EnterpriseWebSearch other)
Parameter | |
---|---|
Name | Description |
other |
EnterpriseWebSearch |
Properties
BlockingConfidence
public Tool.Types.PhishBlockThreshold BlockingConfidence { get; set; }
Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
Property Value | |
---|---|
Type | Description |
ToolTypesPhishBlockThreshold |
ExcludeDomains
public RepeatedField<string> ExcludeDomains { get; }
Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
HasBlockingConfidence
public bool HasBlockingConfidence { get; }
Gets whether the "blocking_confidence" field is set
Property Value | |
---|---|
Type | Description |
bool |