Class: Google::Cloud::AIPlatform::V1::RagVectorDbConfig::VertexVectorSearch
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagVectorDbConfig::VertexVectorSearch
- 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
-
#index ⇒ ::String
The resource name of the Index.
-
#index_endpoint ⇒ ::String
The resource name of the Index Endpoint.
Instance Attribute Details
#index ⇒ ::String
Returns 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}.
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 |