Expand description
Gateway record kinds (files, batches, threads, messages) and their content-addressed object-store traits.
Structs§
- Gateway
Batch - A gateway batch job over an input file, with status and per-request counts.
- Gateway
Batch Counts - Per-request tallies for a
GatewayBatch. - Gateway
File - A gateway file record: its metadata plus a reference to where its bytes live.
- Gateway
Thread - A gateway thread record with creation time and key/value metadata.
- Gateway
Thread Message - A single message belonging to a
GatewayThread. - Stored
Gateway Response - A stored response object linking a response id to its content-addressed
GatewayResponseand the records that produced it.
Enums§
- Gateway
Batch Status - Lifecycle status of a
GatewayBatch. - Gateway
File Storage Ref - Where a
GatewayFile’s bytes live.
Constants§
- GATEWAY_
BATCH_ KIND - Record kind tag designating a gateway batch.
- GATEWAY_
FILE_ KIND - Record kind tag designating a gateway file.
- GATEWAY_
THREAD_ KIND - Record kind tag designating a gateway thread.
- GATEWAY_
THREAD_ MESSAGE_ KIND - Record kind tag designating a gateway thread message.
Traits§
- Gateway
Response Object Store - Store for response objects keyed by their public response id.
- Gateway
State Store - Store for the gateway’s durable account state: files, batches, threads, thread messages, and vector stores, all keyed by their string ids.