Class: Google::Cloud::DiscoveryEngine::V1::StreamAssistRequest::ToolsSpec::VertexAiSearchSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::StreamAssistRequest::ToolsSpec::VertexAiSearchSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb
Overview
Specification of the Vertex AI Search tool.
Instance Attribute Summary collapse
-
#data_store_specs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchRequest::DataStoreSpec>
Optional.
-
#filter ⇒ ::String
Optional.
Instance Attribute Details
#data_store_specs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchRequest::DataStoreSpec>
122 123 124 125 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb', line 122 class VertexAiSearchSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns Optional. The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. Filter expression is case-sensitive.
If this field is unrecognizable, an INVALID_ARGUMENT
is returned.
Filtering in Vertex AI Search is done by mapping the LHS filter key to a key property defined in the Vertex AI Search backend -- this mapping is defined by the customer in their schema. For example a media customer might have a field 'name' in their schema. In this case the filter would look like this: filter --> name:'ANY("king kong")'
For more information about filtering including syntax and filter operators, see Filter.
122 123 124 125 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb', line 122 class VertexAiSearchSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |