Module: OpenAI::Models::Beta::Threads::RunStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/beta/threads/run_status.rb
Overview
The status of the run, which can be either queued
, in_progress
,
requires_action
, cancelling
, cancelled
, failed
, completed
,
incomplete
, or expired
.
Constant Summary collapse
- QUEUED =
:queued
- IN_PROGRESS =
:in_progress
- REQUIRES_ACTION =
:requires_action
- CANCELLING =
:cancelling
- CANCELLED =
:cancelled
- FAILED =
:failed
- COMPLETED =
:completed
- INCOMPLETE =
:incomplete
- EXPIRED =
:expired
Class 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, #dump, dump, inspect, #inspect, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/openai/models/beta/threads/run_status.rb', line 23
|