DataWriteRequest defines the structure of a request for writing data. It contains the necessary information such as tenant_id, metadata, tuples and attributes for the write operation.
| Name | Type | Description | Notes |
|---|---|---|---|
| metadata | DataWriteRequestMetadata | [optional] | |
| tuples | List<Tuple> | tuples contains the list of tuples (entity-relation-entity triples) that need to be written. | [optional] |
| attributes | List<Attribute> | attributes contains the list of attributes (entity-attribute-value triples) that need to be written. | [optional] |