Class: Braintrust::Models::ExperimentFetchResponse::Event::Context

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/braintrust/models/experiment_fetch_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 experiment event was created

Returns:

  • (String)


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

optional :caller_filename, String

#caller_functionnameString

The function in code which created the experiment event

Returns:

  • (String)


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

optional :caller_functionname, String

#caller_linenoInteger

Line of code where the experiment event was created

Returns:

  • (Integer)


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

optional :caller_lineno, Integer