Class: Braintrust::Models::InsertEventsResponse
- Defined in:
- lib/braintrust/models/insert_events_response.rb
Instance Attribute Summary collapse
-
#row_ids ⇒ Array<String>
The ids of all rows that were inserted, aligning one-to-one with the rows provided as input.
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
#row_ids ⇒ Array<String>
The ids of all rows that were inserted, aligning one-to-one with the rows provided as input
9 |
# File 'lib/braintrust/models/insert_events_response.rb', line 9 required :row_ids, Braintrust::ArrayOf.new(String) |