OpenAI::WebhookFineTuningJobSucceeded
Inherits JSON::Serializable < Reference < Object
Sent when a fine-tuning job has succeeded.
Constructors
new(pull : JSON::PullParser)
Sourcenew(created_at : Int64 = 0, id : String = "", data : WebhookFineTuningJobSucceededData = WebhookFineTuningJobSucceededData.new, object : WebhookFineTuningJobSucceededObject | Nil = nil, type_value : WebhookFineTuningJobSucceededType = WebhookFineTuningJobSucceededType::FineTuningJobSucceeded)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
created_at=(created_at : Int64)
The Unix timestamp (in seconds) of when the fine-tuning job succeeded.
object=(object : WebhookFineTuningJobSucceededObject | Nil)
The object of the event. Always event.
type_value=(type_value : WebhookFineTuningJobSucceededType)
The type of the event. Always fine_tuning.job.succeeded.