Class DeleteRagCorpusRequest (1.144.0)

DeleteRagCorpusRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for VertexRagDataService.DeleteRagCorpus.

Attributes

Name Description
name str
Required. The name of the RagCorpus resource to be deleted. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
force bool
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.
force_delete bool
Optional. If set to true, any errors generated by external vector database during the deletion will be ignored. The default value is false.

Methods

DeleteRagCorpusRequest

DeleteRagCorpusRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for VertexRagDataService.DeleteRagCorpus.