Module: OpenAI::Models::Webhooks::WebhookUpdateParams::EventType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/webhooks/webhook_update_params.rb,
sig/openai/models/webhooks/webhook_update_params.rbs
Overview
The event type to send as a sample delivery.
Constant Summary collapse
- BATCH_COMPLETED =
:"batch.completed"- BATCH_FAILED =
:"batch.failed"- BATCH_EXPIRED =
:"batch.expired"- BATCH_CANCELLED =
:"batch.cancelled"- RESPONSE_COMPLETED =
:"response.completed"- RESPONSE_FAILED =
:"response.failed"- RESPONSE_CANCELLED =
:"response.cancelled"- RESPONSE_INCOMPLETE =
:"response.incomplete"- EVAL_RUN_SUCCEEDED =
:"eval.run.succeeded"- EVAL_RUN_FAILED =
:"eval.run.failed"- EVAL_RUN_CANCELED =
:"eval.run.canceled"- FINE_TUNING_JOB_SUCCEEDED =
:"fine_tuning.job.succeeded"- FINE_TUNING_JOB_FAILED =
:"fine_tuning.job.failed"- FINE_TUNING_JOB_CANCELLED =
:"fine_tuning.job.cancelled"- REALTIME_CALL_INCOMING =
:"realtime.call.incoming"- VIDEO_COMPLETED =
:"video.completed"- VIDEO_FAILED =
:"video.failed"- SAFETY_ALERT_CREATED =
:"safety.alert.created"
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openai/models/webhooks/webhook_update_params.rb', line 74
|
Instance Method Details
#self?.values ⇒ ::Array[OpenAI::Models::Webhooks::WebhookUpdateParams::event_type]
103 |
# File 'sig/openai/models/webhooks/webhook_update_params.rbs', line 103
def self?.values: -> ::Array[OpenAI::Models::Webhooks::WebhookUpdateParams::event_type]
|