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.
43087 43088 43089 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 43087 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`
43085 43086 43087 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 43085 def collection_name @collection_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43092 43093 43094 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 43092 def update!(**args) @collection_name = args[:collection_name] if args.key?(:collection_name) end |