View Source ExOpenAI.Components.WebhookFineTuningJobFailed (ex_openai.ex v2.0.0-beta2)
Sent when a fine-tuning job has failed.
Fields
:created_at- required -integer()
The Unix timestamp (in seconds) of when the fine-tuning job failed.: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 -:"fine_tuning.job.failed"
The type of the event. Alwaysfine_tuning.job.failed.
Allowed values:"fine_tuning.job.failed"