Class BatchDeleteRagDataSchemasRequest (1.158.0)

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

Request message for VertexRagDataService.BatchDeleteRagDataSchemas.

Attributes

Name Description
parent str
Required. The resource name of the RagCorpus from which to delete the RagDataSchemas. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
names MutableSequence[str]
Required. The RagDataSchemas to delete. A maximum of 500 schemas can be deleted in a batch. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragDataSchemas/{rag_data_schema}

Methods

BatchDeleteRagDataSchemasRequest

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

Request message for VertexRagDataService.BatchDeleteRagDataSchemas.