View Source ExOpenAI.Components.WebhookBatchCancelled (ex_openai.ex v2.0.0-beta2)
Sent when a batch API request has been cancelled.
Fields
:created_at- required -integer()
The Unix timestamp (in seconds) of when the batch API request was cancelled.:data- required -{:%{}, [], [{{:required, [], [:id]}, {{:., [], [{:__aliases__, [alias: false], [:String]}, :t]}, [], []}}]}
Event data payload.:id- required -String.t()
The unique ID of the event.:object- optional -:event
The object of the event. Alwaysevent.
Allowed values:"event":type- required -:"batch.cancelled"
The type of the event. Alwaysbatch.cancelled.
Allowed values:"batch.cancelled"