ClassesOn this pageBatchAddResult Result of a batch add operation containing successfully processed and failed requests.Index Propertiesmodel_configprocessed_requestsunprocessed_requestsProperties model_configmodel_config: Undefinedprocessed_requestsprocessed_requests: list[AddedRequest]Requests that were successfully added to the request queue.unprocessed_requestsunprocessed_requests: list[RequestDraft]Requests that failed to be added and can be retried.
Result of a batch add operation containing successfully processed and failed requests.