AgentInsightHighlightedTrace Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A highlighted trace that provides evidence for an agent insight.
public class AgentInsightHighlightedTrace : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentInsightHighlightedTrace>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentInsightHighlightedTrace>
type AgentInsightHighlightedTrace = class
interface IJsonModel<AgentInsightHighlightedTrace>
interface IPersistableModel<AgentInsightHighlightedTrace>
Public Class AgentInsightHighlightedTrace
Implements IJsonModel(Of AgentInsightHighlightedTrace), IPersistableModel(Of AgentInsightHighlightedTrace)
- Inheritance
-
AgentInsightHighlightedTrace
- Implements
Properties
| Name | Description |
|---|---|
| DurationMs |
The end-to-end duration of the trace in milliseconds. |
| Summary |
A short summary of the trace. |
| Timestamp |
The time when the trace was recorded. |
| TotalTokens |
Aggregate input and output tokens reported across all model inference calls in this trace, including calls to different models. Intended for relative usage comparison, not cost estimation. |
| TraceId |
The trace identifier. |