Method: OpenAI::Model::Run#created_at

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

#created_atInteger (readonly)

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

Returns:

  • (Integer)

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



13
14
15
# File 'lib/openai/models/run.rb', line 13

def created_at
  @created_at
end