Class: Google::Cloud::AIPlatform::V1::UpdateRagEngineConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateRagEngineConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb
Overview
Request message for VertexRagDataService.UpdateRagEngineConfig.
Instance Attribute Summary collapse
Instance Attribute Details
#rag_engine_config ⇒ ::Google::Cloud::AIPlatform::V1::RagEngineConfig
Returns Required. The updated RagEngineConfig.
NOTE: Downgrading your RagManagedDb's ComputeTier could temporarily increase request latencies until the operation is fully complete.
319 320 321 322 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 319 class UpdateRagEngineConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |