Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Tool::GoogleSearch (v1.20.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Tool::GoogleSearch.

GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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. Example: ["amazon.com", "facebook.com"].

#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. Example: ["amazon.com", "facebook.com"].
Returns
  • (::Array<::String>) — Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].