Method: OpenAI::Model::Run#cancelled_at

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

#cancelled_atInteger | nil (readonly)

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

Returns:

  • (Integer | nil)

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



37
38
39
# File 'lib/openai/models/run.rb', line 37

def cancelled_at
  @cancelled_at
end