Class BatchDeleteRagMetadataRequest (1.153.1)

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

Request message for VertexRagDataService.BatchDeleteRagMetadata.

Attributes

Name Description
parent str
Required. The resource name of the RagFile from which to delete the RagMetadata. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}
names MutableSequence[str]
Required. The RagMetadata to delete. A maximum of 500 rag metadata can be deleted in a batch.

Methods

BatchDeleteRagMetadataRequest

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

Request message for VertexRagDataService.BatchDeleteRagMetadata.