Skip to main content

WBTraceTree

Media object for trace tree data.

WBTraceTree(
root_span: Span,
model_dict: typing.Optional[dict] = None
)
Arguments
root_span (Span): The root span of the trace tree. model_dict (dict, optional): A dictionary containing the model dump. NOTE: model_dict is a completely-user-defined dict. The UI will render a JSON viewer for this dict, giving special treatment to dictionaries with a _kind key. This is because model vendors have such different serialization formats that we need to be flexible here.
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž