Class: Google::Cloud::AIPlatform::V1::RagVectorDbConfig::VertexVectorSearch

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb

Overview

The config for the Vertex Vector Search.

Instance Attribute Summary collapse

Instance Attribute Details

#index::String

Returns The resource name of the Index. Format: projects/{project}/locations/{location}/indexes/{index}.

Returns:

  • (::String)

    The resource name of the Index. Format: projects/{project}/locations/{location}/indexes/{index}



160
161
162
163
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 160

class VertexVectorSearch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#index_endpoint::String

Returns The resource name of the Index Endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}.

Returns:

  • (::String)

    The resource name of the Index Endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}



160
161
162
163
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 160

class VertexVectorSearch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end