Class: Braintrust::Models::ExperimentEvent::SpanAttributes
- Defined in:
- lib/braintrust/models/experiment_event.rb
Defined Under Namespace
Classes: Type
Instance Attribute Summary collapse
-
#name_ ⇒ String
Name of the span, for display purposes only.
-
#type ⇒ Symbol
Type of the span, for display purposes only One of the constants defined in Type.
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
#name_ ⇒ String
Name of the span, for display purposes only
149 |
# File 'lib/braintrust/models/experiment_event.rb', line 149 optional :name_, String |
#type ⇒ Symbol
Type of the span, for display purposes only One of the constants defined in Type
155 |
# File 'lib/braintrust/models/experiment_event.rb', line 155 optional :type, enum: -> { Braintrust::Models::ExperimentEvent::SpanAttributes::Type } |