Class: Google::Cloud::AIPlatform::V1::VertexAiSearchConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::VertexAiSearchConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb
Overview
Config for the Vertex AI Search.
Instance Attribute Summary collapse
-
#serving_config ⇒ ::String
Vertex AI Search Serving Config resource full name.
Instance Attribute Details
#serving_config ⇒ ::String
Returns Vertex AI Search Serving Config resource full name. For example,
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
or
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}.
198 199 200 201 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 198 class VertexAiSearchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |