Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::EnterpriseWebSearch.
Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#blocking_confidence
def blocking_confidence() -> ::Google::Cloud::AIPlatform::V1::Tool::PhishBlockThreshold
Returns
- (::Google::Cloud::AIPlatform::V1::Tool::PhishBlockThreshold) — Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
#blocking_confidence=
def blocking_confidence=(value) -> ::Google::Cloud::AIPlatform::V1::Tool::PhishBlockThreshold
Parameter
- value (::Google::Cloud::AIPlatform::V1::Tool::PhishBlockThreshold) — Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
Returns
- (::Google::Cloud::AIPlatform::V1::Tool::PhishBlockThreshold) — Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
#exclude_domains
def exclude_domains() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
#exclude_domains=
def exclude_domains=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
Returns
- (::Array<::String>) — Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.