Class: Braintrust::Models::ExperimentFetchPostResponse::Event::SpanAttributes

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#name_String

Name of the span, for display purposes only

Returns:

  • (String)


157
# File 'lib/braintrust/models/experiment_fetch_post_response.rb', line 157

optional :name_, String

#typeSymbol

Type of the span, for display purposes only

Returns:

  • (Symbol)


162
# File 'lib/braintrust/models/experiment_fetch_post_response.rb', line 162

optional :type, Braintrust::Enum.new(:llm, :score, :function, :eval, :task, :tool)