Class: Braintrust::Models::LogFetchPostResponse::Event::Context

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/braintrust/models/log_fetch_post_response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#caller_filenameString

Name of the file in code where the project logs event was created

Returns:

  • (String)


113
# File 'lib/braintrust/models/log_fetch_post_response.rb', line 113

optional :caller_filename, String

#caller_functionnameString

The function in code which created the project logs event

Returns:

  • (String)


118
# File 'lib/braintrust/models/log_fetch_post_response.rb', line 118

optional :caller_functionname, String

#caller_linenoInteger

Line of code where the project logs event was created

Returns:

  • (Integer)


123
# File 'lib/braintrust/models/log_fetch_post_response.rb', line 123

optional :caller_lineno, Integer