Skip to main content

BatchDeleteResult

Result of a batch delete operation containing successfully deleted and failed requests.

Index

Properties

model_config

model_config: Undefined

processed_requests

processed_requests: list[DeletedRequest]

Requests that were successfully deleted from the request queue.

unprocessed_requests

unprocessed_requests: list[RequestDraft]

Requests that failed to be deleted and can be retried.