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.
38215 38216 38217 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38215 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`
38213 38214 38215 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38213 def collection_name @collection_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38220 38221 38222 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38220 def update!(**args) @collection_name = args[:collection_name] if args.key?(:collection_name) end |