Class: OpenAI::Models::Webhooks::FineTuningJobCancelledWebhookEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Webhooks::FineTuningJobCancelledWebhookEvent
- Defined in:
- lib/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#created_at ⇒ Integer
The Unix timestamp (in seconds) of when the fine-tuning job was cancelled.
-
#data ⇒ OpenAI::Models::Webhooks::FineTuningJobCancelledWebhookEvent::Data
Event data payload.
-
#id ⇒ String
The unique ID of the event.
-
#object ⇒ Symbol, ...
The object of the event.
-
#type ⇒ Symbol, :"fine_tuning.job.cancelled"
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/fine_tuning_job_cancelled_webhook_event.rb', line 37
|
Instance Attribute Details
#created_at ⇒ Integer
The Unix timestamp (in seconds) of when the fine-tuning job was cancelled.
17 |
# File 'lib/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rb', line 17 required :created_at, Integer |
#data ⇒ OpenAI::Models::Webhooks::FineTuningJobCancelledWebhookEvent::Data
Event data payload.
23 |
# File 'lib/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rb', line 23 required :data, -> { OpenAI::Webhooks::FineTuningJobCancelledWebhookEvent::Data } |
#id ⇒ String
The unique ID of the event.
11 |
# File 'lib/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rb', line 11 required :id, String |
#object ⇒ Symbol, ...
The object of the event. Always event
.
35 |
# File 'lib/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rb', line 35 optional :object, enum: -> { OpenAI::Webhooks::FineTuningJobCancelledWebhookEvent::Object } |
#type ⇒ Symbol, :"fine_tuning.job.cancelled"
The type of the event. Always fine_tuning.job.cancelled
.
29 |
# File 'lib/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rb', line 29 required :type, const: :"fine_tuning.job.cancelled" |