Class: Google::Cloud::AIPlatform::V1::Tool::GoogleSearch

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/tool.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#blocking_confidence::Google::Cloud::AIPlatform::V1::Tool::PhishBlockThreshold

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

Returns:



91
92
93
94
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 91

class GoogleSearch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#exclude_domains::Array<::String>

Returns 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"].



91
92
93
94
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 91

class GoogleSearch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end