Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::VertexAISearch::DataStoreSpec (v1.17.0)

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_store

def data_store() -> ::String
Returns
  • (::String) — Full resource name of DataStore, such as Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

#data_store=

def data_store=(value) -> ::String
Parameter
  • value (::String) — Full resource name of DataStore, such as Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
Returns
  • (::String) — Full resource name of DataStore, such as Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
Returns
  • (::String) — Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering