Class: OpenAI::Models::Webhooks::EvalRunSucceededWebhookEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Webhooks::EvalRunSucceededWebhookEvent
- Defined in:
- lib/openai/models/webhooks/eval_run_succeeded_webhook_event.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#created_at ⇒ Integer
The Unix timestamp (in seconds) of when the eval run succeeded.
-
#data ⇒ OpenAI::Models::Webhooks::EvalRunSucceededWebhookEvent::Data
Event data payload.
-
#id ⇒ String
The unique ID of the event.
-
#object ⇒ Symbol, ...
The object of the event.
-
#type ⇒ Symbol, :"eval.run.succeeded"
The type of the event.
Instance Method Summary collapse
-
#initialize(id: ) ⇒ void
constructor
Some parameter documentations has been truncated, see Data for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: ) ⇒ void
Some parameter documentations has been truncated, see Data for more details.
Event data payload.
|
# File 'lib/openai/models/webhooks/eval_run_succeeded_webhook_event.rb', line 37
|
Instance Attribute Details
#created_at ⇒ Integer
The Unix timestamp (in seconds) of when the eval run succeeded.
17 |
# File 'lib/openai/models/webhooks/eval_run_succeeded_webhook_event.rb', line 17 required :created_at, Integer |
#data ⇒ OpenAI::Models::Webhooks::EvalRunSucceededWebhookEvent::Data
Event data payload.
23 |
# File 'lib/openai/models/webhooks/eval_run_succeeded_webhook_event.rb', line 23 required :data, -> { OpenAI::Webhooks::EvalRunSucceededWebhookEvent::Data } |
#id ⇒ String
The unique ID of the event.
11 |
# File 'lib/openai/models/webhooks/eval_run_succeeded_webhook_event.rb', line 11 required :id, String |
#object ⇒ Symbol, ...
The object of the event. Always event
.
35 |
# File 'lib/openai/models/webhooks/eval_run_succeeded_webhook_event.rb', line 35 optional :object, enum: -> { OpenAI::Webhooks::EvalRunSucceededWebhookEvent::Object } |
#type ⇒ Symbol, :"eval.run.succeeded"
The type of the event. Always eval.run.succeeded
.
29 |
# File 'lib/openai/models/webhooks/eval_run_succeeded_webhook_event.rb', line 29 required :type, const: :"eval.run.succeeded" |