Class: Braintrust::Models::CrossObjectInsertResponse
- Defined in:
- lib/braintrust/models/cross_object_insert_response.rb
Instance Attribute Summary collapse
-
#dataset ⇒ Hash
A mapping from dataset id to row ids for inserted
events
. -
#experiment ⇒ Hash
A mapping from experiment id to row ids for inserted
events
. -
#project_logs ⇒ Hash
A mapping from project id to row ids for inserted
events
.
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
#dataset ⇒ Hash
A mapping from dataset id to row ids for inserted events
9 |
# File 'lib/braintrust/models/cross_object_insert_response.rb', line 9 optional :dataset, Hash |
#experiment ⇒ Hash
A mapping from experiment id to row ids for inserted events
14 |
# File 'lib/braintrust/models/cross_object_insert_response.rb', line 14 optional :experiment, Hash |
#project_logs ⇒ Hash
A mapping from project id to row ids for inserted events
19 |
# File 'lib/braintrust/models/cross_object_insert_response.rb', line 19 optional :project_logs, Hash |