Class BatchCreateRagMetadataRequest (1.153.1)

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

Request message for VertexRagDataService.BatchCreateRagMetadata.

Attributes

Name Description
parent str
Required. The parent resource where the RagMetadata will be created. Format: projects/{project_number}/locations/{location_id}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}
requests MutableSequence[google.cloud.aiplatform_v1beta1.types.CreateRagMetadataRequest]
Required. The request messages for VertexRagDataService.CreateRagMetadata. A maximum of 500 rag file metadata can be created in a batch.

Methods

BatchCreateRagMetadataRequest

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

Request message for VertexRagDataService.BatchCreateRagMetadata.