> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-feat-cli-docs-generator.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WBTraceツリー

<Card title="View the source code" href="https://www.github.com/wandb/wandb/tree/637bddf198525810add5804059001b1b319d6ad1/wandb/sdk/data_types/trace_tree.py#L80-L119" icon="github" />

トレース ツリー データのためのメディア オブジェクト。

```python theme={null}
WBTraceTree(
    root_span: Span,
    model_dict: typing.Optional[dict] = None
)
```

| Args                                                                                                                                                                                                                             | Description |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------- |
| root\_span (Span): トレース ツリーのルート スパン。 model\_dict (dict, optional): モデル ダンプを含む辞書。 注: model\_dict は完全にユーザー定義の辞書です。 UI はこの辞書の JSON ビューアをレンダリングし、`_kind` キーを持つ辞書に対して特別な処理を行います。これは、モデル ベンダが非常に異なるシリアル化形式を持っているため、ここでは柔軟である必要があるからです。 |             |
