org.llm4s.trace.store.TraceQuery
See theTraceQuery companion class
object TraceQuery
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TraceQuery.type
Members list
Type members
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
Value members
Concrete methods
No filters applied; returns up to 50 traces.
No filters applied; returns up to 50 traces.
Attributes
Returns up to limit traces with no other filters.
Returns up to limit traces with no other filters.
Attributes
Filters to traces whose metadata contains the given key/value pair.
Filters to traces whose metadata contains the given key/value pair.
Attributes
Filters to traces with exactly the given status.
Filters to traces with exactly the given status.
Attributes
Filters to traces whose start time falls within [from, to] (inclusive).
Filters to traces whose start time falls within [from, to] (inclusive).
Attributes
In this article