Class: Google::Cloud::AIPlatform::V1::VertexAISearch::DataStoreSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_store::String

Returns 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}



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.

Returns:

  • (::String)

    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