AddedRequest
Index
Properties
model_config
request_id
A unique identifier assigned to the request.
unique_key
A unique key used for request de-duplication. Requests with the same unique key are considered identical.
was_already_handled
Indicates whether a request with the same unique key has already been processed by the request queue.
was_already_present
Indicates whether a request with the same unique key already existed in the request queue. If true, no new request was created.
Information about a request that was successfully added to a request queue.