AgentInsightRunResult 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.
Result statistics produced when an agent insight run succeeds.
public class AgentInsightRunResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentInsightRunResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentInsightRunResult>
type AgentInsightRunResult = class
interface IJsonModel<AgentInsightRunResult>
interface IPersistableModel<AgentInsightRunResult>
Public Class AgentInsightRunResult
Implements IJsonModel(Of AgentInsightRunResult), IPersistableModel(Of AgentInsightRunResult)
- Inheritance
-
AgentInsightRunResult
- Implements
Properties
| Name | Description |
|---|---|
| InsightsCreated |
The number of insights created by the run. |
| InsightsReopened |
The number of insights reopened by the run. |
| InsightsUpdated |
The number of insights updated by the run. |
| TokenUsage |
Token usage for the run's insight-generation analysis. |
| TracesAnalyzed |
The number of traces analyzed by the run. |
| TracesInWindow |
The number of traces in the analyzed time window. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to AgentInsightRunResult) | |