Class: Google::Cloud::AIPlatform::V1::VertexAISearch::DataStoreSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::VertexAISearch::DataStoreSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tool.rb
Overview
Define data stores within engine to filter on in a search call and configurations for those data stores. For more information, see https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1#datastorespec
Instance Attribute Summary collapse
-
#data_store ⇒ ::String
Full resource name of DataStore, such as Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}. -
#filter ⇒ ::String
Optional.
Instance Attribute Details
#data_store ⇒ ::String
Returns Full resource name of DataStore, such as
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.
501 502 503 504 |
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 501 class DataStoreSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering.
501 502 503 504 |
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 501 class DataStoreSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |