View Source ExOpenAI.Components.WebhookEvalRunCanceled (ex_openai.ex v2.0.0-beta2)
Sent when an eval run has been canceled.
Fields
:created_at- required -integer()
The Unix timestamp (in seconds) of when the eval run was canceled.: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 -:"eval.run.canceled"
The type of the event. Alwayseval.run.canceled.
Allowed values:"eval.run.canceled"