Class: Braintrust::Models::ExperimentInsertResponse

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#row_idsArray<String>

The ids of all rows that were inserted, aligning one-to-one with the rows provided as input

Returns:

  • (Array<String>)


9
# File 'lib/braintrust/models/experiment_insert_response.rb', line 9

required :row_ids, Braintrust::ArrayOf.new(String)