public sealed class Tool.Types.GoogleSearch : IMessage<Tool.Types.GoogleSearch>, IEquatable<Tool.Types.GoogleSearch>, IDeepCloneable<Tool.Types.GoogleSearch>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class Tool.Types.GoogleSearch.
GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
Implements
IMessageToolTypesGoogleSearch, IEquatableToolTypesGoogleSearch, IDeepCloneableToolTypesGoogleSearch, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GoogleSearch()
public GoogleSearch()
GoogleSearch(GoogleSearch)
public GoogleSearch(Tool.Types.GoogleSearch other)
Parameter | |
---|---|
Name | Description |
other |
ToolTypesGoogleSearch |
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. Example: ["amazon.com", "facebook.com"].
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
HasBlockingConfidence
public bool HasBlockingConfidence { get; }
Gets whether the "blocking_confidence" field is set
Property Value | |
---|---|
Type | Description |
bool |