Method: OpenApiOpenAIClient::RunObject#cancelled_at
- Defined in:
- lib/openapi_openai/models/run_object.rb
#cancelled_at ⇒ Object
The Unix timestamp (in seconds) for when the run was cancelled.
48 49 50 |
# File 'lib/openapi_openai/models/run_object.rb', line 48 def cancelled_at @cancelled_at end |