Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigPinecone
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigPinecone
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
The config for the Pinecone.
Instance Attribute Summary collapse
-
#index_name ⇒ String
Pinecone index name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagVectorDbConfigPinecone
constructor
A new instance of GoogleCloudAiplatformV1beta1RagVectorDbConfigPinecone.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagVectorDbConfigPinecone
Returns a new instance of GoogleCloudAiplatformV1beta1RagVectorDbConfigPinecone.
26796 26797 26798 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26796 def initialize(**args) update!(**args) end |
Instance Attribute Details
#index_name ⇒ String
Pinecone index name. This value cannot be changed after it's set.
Corresponds to the JSON property indexName
26794 26795 26796 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26794 def index_name @index_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26801 26802 26803 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26801 def update!(**args) @index_name = args[:index_name] if args.key?(:index_name) end |