Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch
- 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 RAG-managed Vertex Vector Search 2.0.
Instance Attribute Summary collapse
-
#collection_name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch
constructor
A new instance of GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch
Returns a new instance of GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedVertexVectorSearch.
38148 38149 38150 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38148 def initialize(**args) update!(**args) end |
Instance Attribute Details
#collection_name ⇒ String
Output only. The resource name of the Vector Search 2.0 Collection that RAG
Created for the corpus. Only populated after the corpus is successfully
created. Format: projects/project/locations/location/collections/
collection_id`
Corresponds to the JSON propertycollectionName`
38146 38147 38148 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38146 def collection_name @collection_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38153 38154 38155 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38153 def update!(**args) @collection_name = args[:collection_name] if args.key?(:collection_name) end |