Class: Google::Cloud::AIPlatform::V1::UpdateRagCorpusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateRagCorpusRequest
- 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.UpdateRagCorpus.
Instance Attribute Summary collapse
Instance Attribute Details
#rag_corpus ⇒ ::Google::Cloud::AIPlatform::V1::RagCorpus
Returns Required. The RagCorpus which replaces the resource on the server.
275 276 277 278 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 275 class UpdateRagCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |