Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* A record in a bulk tokenize request.
*
* <p>Carries nothing beyond {@link TokenizeRequestRecord} today. It exists as its own type so the
* bulk request has somewhere to grow, mirroring the {@link BulkInsertRecord} / {@link InsertRecord}
* bulk request has somewhere to grow, mirroring the {@link BulkInsertRequestRecord} /
* {@link InsertRequestRecord}
* split. The index that correlates a record with its result is assigned by the SDK from list
* position and appears only on {@link BulkTokenizeResponseRecord} — callers never supply it.
*/
Expand Down
Loading