Class: Braintrust::Models::InsertProjectLogsEventMerge::Context
- Inherits:
-
BaseModel
- Object
- BaseModel
- Braintrust::Models::InsertProjectLogsEventMerge::Context
- Defined in:
- lib/braintrust/models/insert_project_logs_event_merge.rb
Instance Attribute Summary collapse
-
#caller_filename ⇒ String
Name of the file in code where the project logs event was created.
-
#caller_functionname ⇒ String
The function in code which created the project logs event.
-
#caller_lineno ⇒ Integer
Line of code where the project logs event was created.
Method Summary
Methods inherited from BaseModel
#[], #initialize, #inspect, #to_h, #to_s
Constructor Details
This class inherits a constructor from Braintrust::BaseModel
Instance Attribute Details
#caller_filename ⇒ String
Name of the file in code where the project logs event was created
89 |
# File 'lib/braintrust/models/insert_project_logs_event_merge.rb', line 89 optional :caller_filename, String |
#caller_functionname ⇒ String
The function in code which created the project logs event
94 |
# File 'lib/braintrust/models/insert_project_logs_event_merge.rb', line 94 optional :caller_functionname, String |
#caller_lineno ⇒ Integer
Line of code where the project logs event was created
99 |
# File 'lib/braintrust/models/insert_project_logs_event_merge.rb', line 99 optional :caller_lineno, Integer |