class

OpenAI::WebhookEvalRunSucceeded

Inherits JSON::Serializable < Reference < Object

Sent when an eval run has succeeded.

Constructors

new(created_at : Int64 = 0, id : String = "", data : WebhookEvalRunSucceededData = WebhookEvalRunSucceededData.new, object : WebhookEvalRunSucceededObject | Nil = nil, type_value : WebhookEvalRunSucceededType = WebhookEvalRunSucceededType::EvalRunSucceeded)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at

The Unix timestamp (in seconds) of when the eval run succeeded.

Source
created_at=(created_at : Int64)

The Unix timestamp (in seconds) of when the eval run succeeded.

Source
data

Event data payload.

Source
data=(data : WebhookEvalRunSucceededData)

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 : WebhookEvalRunSucceededObject | Nil)

The object of the event. Always event.

Source
type_value

The type of the event. Always eval.run.succeeded.

Source
type_value=(type_value : WebhookEvalRunSucceededType)

The type of the event. Always eval.run.succeeded.

Source