class

OpenAI::WebhookFineTuningJobFailed

Inherits JSON::Serializable < Reference < Object

Sent when a fine-tuning job has failed.

Constructors

new(created_at : Int64 = 0, id : String = "", data : WebhookFineTuningJobFailedData = WebhookFineTuningJobFailedData.new, object : WebhookFineTuningJobFailedObject | Nil = nil, type_value : WebhookFineTuningJobFailedType = WebhookFineTuningJobFailedType::FineTuningJobFailed)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at

The Unix timestamp (in seconds) of when the fine-tuning job failed.

Source
created_at=(created_at : Int64)

The Unix timestamp (in seconds) of when the fine-tuning job failed.

Source
data

Event data payload.

Source
data=(data : WebhookFineTuningJobFailedData)

Event data payload.

Source
id

The unique ID of the event.

Source
id=(id : String)

The unique ID of the event.

Source
object

The object of the event. Always event.

Source
object=(object : WebhookFineTuningJobFailedObject | Nil)

The object of the event. Always event.

Source
type_value

The type of the event. Always fine_tuning.job.failed.

Source
type_value=(type_value : WebhookFineTuningJobFailedType)

The type of the event. Always fine_tuning.job.failed.

Source