Class: Braintrust::Models::FetchExperimentEventsResponse

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

Instance Attribute Summary collapse

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

#cursorObject

Pagination cursor



16
# File 'lib/braintrust/models/fetch_experiment_events_response.rb', line 16

optional :cursor, String

#eventsArray<Braintrust::Models::ExperimentEvent>

A list of fetched events



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

required :events, Braintrust::ArrayOf.new(-> { Braintrust::Models::ExperimentEvent })