org.llm4s.trace.model.SpanValue
See theSpanValue companion trait
object SpanValue
Attributes
Members list
Type members
Classlikes
final case class BooleanValue(value: Boolean) extends SpanValue
Attributes
- Supertypes
-
trait SpanValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class DoubleValue(value: Double) extends SpanValue
Attributes
- Supertypes
-
trait SpanValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait SpanValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final implicit class SpanValueOps(val sv: SpanValue) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final case class StringListValue(value: List[String]) extends SpanValue
Attributes
- Supertypes
-
trait SpanValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class StringValue(value: String) extends SpanValue
Attributes
- Supertypes
-
trait SpanValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Implicits
Implicits
In this article