Class BatchCreateRagDataSchemasRequest (1.153.1)

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

Request message for VertexRagDataService.BatchCreateRagDataSchemas.

Attributes

Name Description
parent str
Required. The resource name of the RagCorpus to create the RagDataSchemas in. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
requests MutableSequence[google.cloud.aiplatform_v1beta1.types.CreateRagDataSchemaRequest]
Required. The request messages for VertexRagDataService.CreateRagDataSchema. A maximum of 500 schemas can be created in a batch.

Methods

BatchCreateRagDataSchemasRequest

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

Request message for VertexRagDataService.BatchCreateRagDataSchemas.