Span types
Bases: BaseModel
Base data class representing a span.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id_
|
str
|
Id of span. |
'a8c46455-1d2d-4a0a-b884-5d556cdd2567'
|
parent_id
|
str | None
|
Id of parent span. |
None
|
tags
|
Dict[str, Any]
|
|
{}
|
Source code in llama_index_instrumentation/span/base.py
7 8 9 10 11 12 13 | |
options: show_root_heading: true show_root_full_path: false