Class: Braintrust::Models::InsertProjectLogsEventReplace::SpanAttributes

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

Defined Under Namespace

Classes: Type

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

#name_String

Name of the span, for display purposes only

Returns:

  • (String)


133
# File 'lib/braintrust/models/insert_project_logs_event_replace.rb', line 133

optional :name_, String

#typeSymbol

Type of the span, for display purposes only One of the constants defined in Type

Returns:

  • (Symbol)


139
# File 'lib/braintrust/models/insert_project_logs_event_replace.rb', line 139

optional :type, enum: -> { Braintrust::Models::InsertProjectLogsEventReplace::SpanAttributes::Type }