Skip to main content

BatchAddResult

Result of a batch add operation containing successfully processed and failed requests.

Index

Properties

model_config

model_config: Undefined

processed_requests

processed_requests: list[AddedRequest]

Requests that were successfully added to the request queue.

unprocessed_requests

unprocessed_requests: list[RequestDraft]

Requests that failed to be added and can be retried.