Class: Google::Cloud::AIPlatform::V1::DeleteRagCorpusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteRagCorpusRequest
- 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.DeleteRagCorpus.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns Optional. If set to true, any RagFiles in this RagCorpus will also be deleted. Otherwise, the request will only work if the RagCorpus has no RagFiles.
100 101 102 103 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 100 class DeleteRagCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the RagCorpus resource to be deleted.
Format:
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}.
100 101 102 103 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 100 class DeleteRagCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |