Method: OpenApiOpenAIClient::RunObject#failed_at
- Defined in:
- lib/openapi_openai/models/run_object.rb
#failed_at ⇒ Object
The Unix timestamp (in seconds) for when the run failed.
51 52 53 |
# File 'lib/openapi_openai/models/run_object.rb', line 51 def failed_at @failed_at end |