OpenAI::WebhookEvalRunCanceled
Inherits JSON::Serializable < Reference < Object
Sent when an eval run has been canceled.
Constructors
new(pull : JSON::PullParser)
Sourcenew(created_at : Int64 = 0, id : String = "", data : WebhookEvalRunCanceledData = WebhookEvalRunCanceledData.new, object : WebhookEvalRunCanceledObject | Nil = nil, type_value : WebhookEvalRunCanceledType = WebhookEvalRunCanceledType::EvalRunCanceled)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
created_at=(created_at : Int64)
The Unix timestamp (in seconds) of when the eval run was canceled.
type_value=(type_value : WebhookEvalRunCanceledType)
The type of the event. Always eval.run.canceled.