Class: Braintrust::Models::InsertProjectLogsEventReplace::SpanAttributes
- Inherits:
-
BaseModel
- Object
- BaseModel
- Braintrust::Models::InsertProjectLogsEventReplace::SpanAttributes
- Defined in:
- lib/braintrust/models/insert_project_logs_event_replace.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
133 |
# File 'lib/braintrust/models/insert_project_logs_event_replace.rb', line 133 optional :name_, String |
#type ⇒ Symbol
Type of the span, for display purposes only One of the constants defined in Type
139 |
# File 'lib/braintrust/models/insert_project_logs_event_replace.rb', line 139 optional :type, enum: -> { Braintrust::Models::InsertProjectLogsEventReplace::SpanAttributes::Type } |