AgentInsightTokenUsage 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.
Token usage for an Agent Insights run.
public class AgentInsightTokenUsage : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentInsightTokenUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentInsightTokenUsage>
type AgentInsightTokenUsage = class
interface IJsonModel<AgentInsightTokenUsage>
interface IPersistableModel<AgentInsightTokenUsage>
Public Class AgentInsightTokenUsage
Implements IJsonModel(Of AgentInsightTokenUsage), IPersistableModel(Of AgentInsightTokenUsage)
- Inheritance
-
AgentInsightTokenUsage
- Implements
Properties
| Name | Description |
|---|---|
| CachedTokens |
The number of input tokens served from cache. |
| InputTokens |
The number of input tokens used by the run. |
| OutputTokens |
The number of output tokens used by the run. |
| TotalTokens |
The total number of tokens used by the run. |