Class: Google::Cloud::AIPlatform::V1::RagVectorDbConfig::Pinecone

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 Pinecone.

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns Pinecone index name. This value cannot be changed after it's set.

Returns:

  • (::String)

    Pinecone index name. This value cannot be changed after it's set.



144
145
146
147
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 144

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