Method: OpenAI::Model::Run#failed_at

Defined in:
lib/openai/models/run.rb

#failed_atInteger | nil (readonly)

Returns The Unix timestamp (in seconds) for when the run failed.

Returns:

  • (Integer | nil)

    The Unix timestamp (in seconds) for when the run failed.



40
41
42
# File 'lib/openai/models/run.rb', line 40

def failed_at
  @failed_at
end