Class: Braintrust::Models::InsertExperimentEventMerge::SpanAttributes

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/braintrust/models/insert_experiment_event_merge.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)


138
# File 'lib/braintrust/models/insert_experiment_event_merge.rb', line 138

optional :name_, String

#typeSymbol

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

Returns:

  • (Symbol)


144
# File 'lib/braintrust/models/insert_experiment_event_merge.rb', line 144

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