Class: Braintrust::Models::ProjectLogsEvent::SpanAttributes
- Defined in:
- lib/braintrust/models/project_logs_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
155 |
# File 'lib/braintrust/models/project_logs_event.rb', line 155 optional :name_, String |
#type ⇒ Symbol
Type of the span, for display purposes only One of the constants defined in Type
161 |
# File 'lib/braintrust/models/project_logs_event.rb', line 161 optional :type, enum: -> { Braintrust::Models::ProjectLogsEvent::SpanAttributes::Type } |