Skip to main content

Module types

Module types 

Source
Expand description

Wire types for the Batches API.

Structs§

BatchDeleted
Confirmation returned by DELETE /v1/messages/batches/{id}.
BatchRequest
One entry in a batch submission.
BatchResultItem
One per-entry result line from the JSONL results body.
ListBatchesParams
Query parameters for GET /v1/messages/batches.
MessageBatch
Status snapshot of a batch from GET /v1/messages/batches/{id}.
RequestCounts
Per-status counts of entries within a batch.
WaitOptions
Options controlling how super::Batches::wait_for polls.

Enums§

BatchResultPayload
What happened to a batch entry.
ProcessingStatus
Where a batch is in its processing lifecycle.