Class: Google::Cloud::Ces::V1::DataStoreTool::DataStoreSource
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::DataStoreTool::DataStoreSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/data_store_tool.rb
Overview
Configuration for searching within a specific DataStore.
Instance Attribute Summary collapse
-
#data_store ⇒ ::Google::Cloud::Ces::V1::DataStore
Optional.
-
#filter ⇒ ::String
Optional.
Instance Attribute Details
#data_store ⇒ ::Google::Cloud::Ces::V1::DataStore
Returns Optional. The data store.
116 117 118 119 |
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 116 class DataStoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns Optional. Filter specification for the DataStore. See: https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata.
116 117 118 119 |
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 116 class DataStoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |